first commit

This commit is contained in:
2026-09-08 20:05:20 +08:00
commit dbc2b8ba8c
762 changed files with 189361 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"root": "dist",
"clean_urls": true,
"routes": {
"/**": "index.html"
},
"headers": {
"/": {
"Cache-Control": "no-store, no-cache"
}
}
}