Minor fix, needs a full update
This commit is contained in:
@@ -13,5 +13,8 @@ auth.json
|
|||||||
#output files
|
#output files
|
||||||
*.bundle.js
|
*.bundle.js
|
||||||
|
|
||||||
|
#config files
|
||||||
|
docker-compose.yml
|
||||||
|
|
||||||
#development files
|
#development files
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|||||||
@@ -4,6 +4,6 @@ server {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /static;
|
root /static;
|
||||||
index index.html;
|
try_files $uri /index.html;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user