Skip to content

Commit cf7532a

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

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
@@ -23,7 +23,7 @@ For those building [Single Page Applications (SPAs) on Workers](/workers/static-
2323
"directory": "./dist/",
2424
"not_found_handling": "single-page-application",
2525
"binding": "ASSETS",
26-
"run_worker_first": ["/app/*", "!/app/assets/*"]
26+
"run_worker_first": ["/api/*", "!/api/docs/*"]
2727
}
2828
}
2929
```

0 commit comments

Comments
 (0)