Configure SPA fallback for Workers assets
This commit is contained in:
parent
a9bda098a7
commit
c50ddc2e06
2 changed files with 6 additions and 6 deletions
|
|
@ -1 +0,0 @@
|
|||
/* /index.html 200
|
||||
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"name": "rda-2026",
|
||||
"compatibility_date": "2025-12-21",
|
||||
"assets": {
|
||||
"directory": "./dist/public"
|
||||
}
|
||||
"name": "rda-2026",
|
||||
"compatibility_date": "2025-12-21",
|
||||
"assets": {
|
||||
"directory": "./dist/public",
|
||||
"not_found_handling": "single-page-application",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue