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 54ca2bc commit 7445c4aCopy full SHA for 7445c4a
src/content/docs/workers/static-assets/routing/worker-script.mdx
@@ -59,9 +59,9 @@ You can also configure selective Worker-first routing using an array of route pa
59
"name": "my-worker",
60
"compatibility_date": "$today",
61
"main": "./worker/index.ts",
62
- "not_found_handling": "single-page-application",
63
"assets": {
64
"directory": "./dist/",
+ "not_found_handling": "single-page-application",
65
"binding": "ASSETS",
66
"run_worker_first": ["/api/*", "!/api/docs/*"]
67
}
0 commit comments