Minor fix, needs a full update

This commit is contained in:
2021-07-19 02:13:23 +00:00
parent 46d639e383
commit e8beb52935
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -13,5 +13,8 @@ auth.json
#output files
*.bundle.js
#config files
docker-compose.yml
#development files
package-lock.json
+1 -1
View File
@@ -4,6 +4,6 @@ server {
location / {
root /static;
index index.html;
try_files $uri /index.html;
}
}