Change sw and manifest to live at root

This commit is contained in:
Luis Canada
2025-10-10 23:28:30 -04:00
parent 8e37e70913
commit 4c27d92467
2 changed files with 7 additions and 11 deletions
-1
View File
@@ -14,7 +14,6 @@ server {
location ${PUBLIC_PATH} {
alias /usr/share/nginx/html/;
try_files $uri $uri/ /index.html =404;
}
location ${PUBLIC_PATH}settings.js {