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 03a5b69 commit d756e86Copy full SHA for d756e86
src/content/docs/workers/static-assets/binding.mdx
@@ -89,9 +89,9 @@ You can also specify `run_worker_first` as an array of route patterns to selecti
89
"name": "my-spa-worker",
90
"compatibility_date": "$today",
91
"main": "./src/index.ts",
92
- "not_found_handling": "single-page-application",
93
"assets": {
94
"directory": "./dist/",
+ "not_found_handling": "single-page-application",
95
"binding": "ASSETS",
96
"run_worker_first": ["/app/*", "!/app/assets/*"]
97
}
0 commit comments