Skip to content

Commit ec88462

Browse files
committed
Fixed redirect and removed directory from overview for now
1 parent f81583f commit ec88462

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

public/__redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,6 +1631,7 @@
16311631
/workers/static-assets/compatibility-matrix/ /workers/static-assets/migration-guides/migrate-from-pages/ 301
16321632
/workers/static-assets/migrations/vercel-to-workers/ /workers/static-assets/migration-guides/vercel-to-workers/ 301
16331633
/workers/frameworks/framework-guides/remix/ /workers/frameworks/framework-guides/react-router/ 301
1634+
/workers/frameworks/framework-guides/ /workers/frameworks/ 301
16341635
/workers/frameworks/framework-guides/astro/ /workers/frameworks/web-apps/astro/ 301
16351636
/workers/frameworks/framework-guides/nextjs/ /workers/frameworks/web-apps/nextjs/ 301
16361637
/workers/frameworks/framework-guides/react-router/ /workers/frameworks/web-apps/react-router/ 301

src/content/docs/workers/frameworks/index.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ import {
2424
network.
2525
</Description>
2626

27-
The following frameworks have support for Cloudflare Workers and the new [Workers Assets](/workers/static-assets/). Refer to the individual guides below for instructions on how to get started.
28-
29-
<DirectoryListing folder="workers/frameworks/framework-guides" />
30-
3127
:::note
3228

3329
**Static Assets for Workers is currently in open beta.**

0 commit comments

Comments
 (0)