File tree 3 files changed +7
-14
lines changed
3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ services:
27
27
ports :
28
28
- " 4200:80"
29
29
volumes :
30
- - ./frontend/dist/frontend/:/usr/share/nginx/html/:ro
31
- - ./nginx/conf/nginx.conf:/etc/nginx/nginx.conf:ro
30
+ - ./frontend/dist/frontend/:/usr/share/nginx/html/
31
+ - ./nginx/conf/nginx.conf:/etc/nginx/nginx.conf
32
32
environment :
33
33
- NGINX_HOST=ninrod.org
34
34
- NGINX_PORT=80
Original file line number Diff line number Diff line change 27
27
" src/assets"
28
28
],
29
29
"styles" : [
30
- " src/styles.scss " ,
31
- " node_modules/bootstrap/dist/css/bootstrap.min.css "
30
+ " node_modules/bootstrap/dist/css/bootstrap.min.css " ,
31
+ " src/styles.scss "
32
32
],
33
33
"scripts" : []
34
34
},
43
43
"optimization" : true ,
44
44
"outputHashing" : " all" ,
45
45
"sourceMap" : true ,
46
- "extractCss" : true ,
46
+ "extractCss" : false ,
47
47
"namedChunks" : false ,
48
48
"aot" : true ,
49
49
"extractLicenses" : true ,
50
50
"vendorChunk" : false ,
51
- "buildOptimizer" : true ,
52
- "budgets" : [
53
- {
54
- "type" : " initial" ,
55
- "maximumWarning" : " 2mb" ,
56
- "maximumError" : " 5mb"
57
- }
58
- ]
51
+ "buildOptimizer" : true
59
52
}
60
53
}
61
54
},
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > Frontend</ title >
6
- < base href ="/ ">
6
+ < base href =". ">
7
7
8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9
9
< link rel ="icon " type ="image/x-icon " href ="favicon.ico ">
You can’t perform that action at this time.
0 commit comments