Skip to content

Commit ed38545

Browse files
korinneGregBrimble
andauthored
Update src/content/docs/workers/static-assets/routing/worker-script.mdx
Co-authored-by: Greg Brimble <[email protected]>
1 parent 8c08bb5 commit ed38545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/static-assets/routing/worker-script.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can also configure selective Worker-first routing using an array of route pa
5858
{
5959
"name": "my-spa-worker",
6060
"compatibility_date": "$today",
61-
"main": "./src/index.ts",
61+
"main": "./worker/index.ts",
6262
"not_found_handling": "single-page-application",
6363
"assets": {
6464
"directory": "./dist/",

0 commit comments

Comments
 (0)