add skeleton loading

This commit is contained in:
2026-03-12 21:39:11 +01:00
parent dba1fda6ca
commit ab0038402e
12 changed files with 133 additions and 34 deletions

View File

@@ -6,7 +6,7 @@ server {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html; # Redirect all non-static routes to index.html
try_files $uri $uri/ /index.html;
}
error_page 404 /index.html;