Skip to content

Commit 887eef0

Browse files
Update src/content/docs/workers/static-assets/routing/single-page-application.mdx
Co-authored-by: windsurf-bot[bot] <189301087+windsurf-bot[bot]@users.noreply.github.com>
1 parent b915295 commit 887eef0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/docs/workers/static-assets/routing/single-page-application.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ For more explicit control over SPA routing behavior, you can use `run_worker_fir
4848
"directory": "./dist/",
4949
"binding": "ASSETS",
5050
"run_worker_first": [
51-
"/app/**", // App routes go to Worker for SPA handling
52-
"!/app/assets/**" // Exception: static assets served directly
51+
"/app/**",
52+
"!/app/assets/**"
53+
]
5354
]
5455
}
5556
}

0 commit comments

Comments
 (0)