Skip to content

Commit 470f779

Browse files
korinneGregBrimble
andauthored
Update src/content/changelog/workers/2025-06-17-advanced-routing.mdx
Co-authored-by: Greg Brimble <[email protected]>
1 parent fbaf122 commit 470f779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/workers/2025-06-17-advanced-routing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ For those building [single page applications on Workers](/workers/static-assets/
1919
"name": "my-spa-worker",
2020
"compatibility_date": "$today",
2121
"main": "./src/index.ts",
22-
"not_found_handling": "single-page-application",
2322
"assets": {
2423
"directory": "./dist/",
24+
"not_found_handling": "single-page-application",
2525
"binding": "ASSETS",
2626
"run_worker_first": ["/app/*", "!/app/assets/*"]
2727
}

0 commit comments

Comments
 (0)