Configure SPA fallback for Workers assets

This commit is contained in:
Calum Muir 2025-12-21 13:38:49 +00:00
parent a9bda098a7
commit c50ddc2e06
2 changed files with 6 additions and 6 deletions

View file

@ -1 +0,0 @@
/* /index.html 200

View file

@ -2,6 +2,7 @@
"name": "rda-2026", "name": "rda-2026",
"compatibility_date": "2025-12-21", "compatibility_date": "2025-12-21",
"assets": { "assets": {
"directory": "./dist/public" "directory": "./dist/public",
} "not_found_handling": "single-page-application",
},
} }