Skip to content

Commit a5953ed

Browse files
codydeclaude
andcommitted
fix: add redirect for cloudflare hydrogen URL
Added redirect from `/platforms/javascript/guides/cloudflare/frameworks/hydrogen/` to `/platforms/javascript/guides/cloudflare/frameworks/hydrogen-react-router/` to handle direct access to the old URL that was causing 404s. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 3918b83 commit a5953ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,10 @@ const userDocsRedirects = [
740740
source: '/platforms/javascript/guides/remix/frameworks/hydrogen/',
741741
destination: '/platforms/javascript/guides/cloudflare/frameworks/hydrogen-react-router/',
742742
},
743+
{
744+
source: '/platforms/javascript/guides/cloudflare/frameworks/hydrogen/',
745+
destination: '/platforms/javascript/guides/cloudflare/frameworks/hydrogen-react-router/',
746+
},
743747
{
744748
source: '/product/metrics/:path*',
745749
destination: '/product/explore/metrics/:path*',

0 commit comments

Comments
 (0)