Skip to content

Commit a0d4f10

Browse files
committed
added swampedtv
1 parent 4e1a1f8 commit a0d4f10

File tree

11 files changed

+1304
-279
lines changed

11 files changed

+1304
-279
lines changed

next.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ const nextConfig = {
66
sassOptions: {
77
includePaths: [path.join(__dirname, 'styles')],
88
},
9+
webpack(config) {
10+
config.module.rules.push({
11+
test: /\.svg$/,
12+
use: ["@svgr/webpack"]
13+
});
14+
15+
return config;
16+
},
17+
918

1019
redirects: async ()=>[
1120
{

nginx/conf/default.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ server {
3333

3434
# server_tokens off;
3535
# # use the certificates
36-
# ssl_certificate /etc/nginx/ssl/live/datavault.smardtv.com/fullchain.pem;
37-
# ssl_certificate_key /etc/nginx/ssl/live/datavault.smardtv.com/privkey.pem;
36+
# ssl_certificate /etc/nginx/ssl/live/datavault.swampedtv.com/fullchain.pem;
37+
# ssl_certificate_key /etc/nginx/ssl/live/datavault.swampedtv.com/privkey.pem;
3838

3939
# # root /var/www/html;
4040
# # index index.html;

0 commit comments

Comments
 (0)