Skip to content

Commit c41babf

Browse files
authored
Update src/content/docs/workers/static-assets/index.mdx
1 parent 78a0bc7 commit c41babf

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/static-assets

1 file changed

+1
-1
lines changed

src/content/docs/workers/static-assets/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Replace the file contents of our Wrangler configuration with the following:
236236
- We've added an `ASSETS` binding, which our Worker code can use to fetch and serve assets.
237237
- We've enabled routing for Single Page Applications, which ensures that unmatched routes (such as `/dashboard`) serve our `index.html`.
238238

239-
<Aside type="note">
239+
:::note
240240

241241
By default, Cloudflare serves a `404 Not Found` to unmatched routes. In order to have the frontend handle routing instead of the server, you must enable `not_found_handling = "single-page-application"`.
242242

0 commit comments

Comments
 (0)