Skip to content

Commit 3f30cd4

Browse files
committed
chore: update redirects for renamed integration guides in next.config.mjs
1 parent eddce06 commit 3f30cd4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

apps/web/next.config.mjs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,22 @@ const nextConfig = {
130130
destination: "/docs/components/tooltip",
131131
permanent: true,
132132
},
133+
// renamed integration guides
134+
{
135+
source: "/docs/guides/adonis-js",
136+
destination: "/docs/guides/adonisjs",
137+
permanent: true,
138+
},
139+
{
140+
source: "/docs/guides/next-js",
141+
destination: "/docs/guides/nextjs",
142+
permanent: true,
143+
},
144+
{
145+
source: "/docs/guides/redwood-js",
146+
destination: "/docs/guides/redwoodjs",
147+
permanent: true,
148+
},
133149
];
134150
},
135151
images: {

0 commit comments

Comments
 (0)