Nūr Phase 1: Prayer, Qibla, Quran, Hijri, Tasbih, 99 Names — Svelte PWA

This commit is contained in:
Hermes Bot
2026-08-06 12:00:09 +08:00
commit 05991c893f
17 changed files with 6902 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
server {
listen 80;
server_name localhost;
root /usr/share/nginx/html;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
location /sw.js {
add_header Cache-Control "no-cache";
add_header Service-Worker-Allowed "/";
}
}