We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbaf122 commit 470f779Copy full SHA for 470f779
src/content/changelog/workers/2025-06-17-advanced-routing.mdx
@@ -19,9 +19,9 @@ For those building [single page applications on Workers](/workers/static-assets/
19
"name": "my-spa-worker",
20
"compatibility_date": "$today",
21
"main": "./src/index.ts",
22
- "not_found_handling": "single-page-application",
23
"assets": {
24
"directory": "./dist/",
+ "not_found_handling": "single-page-application",
25
"binding": "ASSETS",
26
"run_worker_first": ["/app/*", "!/app/assets/*"]
27
}
0 commit comments