added new pages

This commit is contained in:
2026-04-08 11:29:14 +05:30
parent df9f5dc12b
commit df4bb88f70
12 changed files with 1040 additions and 21 deletions

View File

@@ -28,7 +28,7 @@ server {
try_files /index.html =404;
}
location ~ ^/(write|history|settings)(/|$) {
location ~ ^/(write|history|settings|privacy|about)(/|$) {
try_files /index.html =404;
}