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 8c08bb5 commit ed38545Copy full SHA for ed38545
src/content/docs/workers/static-assets/routing/worker-script.mdx
@@ -58,7 +58,7 @@ You can also configure selective Worker-first routing using an array of route pa
58
{
59
"name": "my-spa-worker",
60
"compatibility_date": "$today",
61
- "main": "./src/index.ts",
+ "main": "./worker/index.ts",
62
"not_found_handling": "single-page-application",
63
"assets": {
64
"directory": "./dist/",
0 commit comments