We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eddce06 commit 3f30cd4Copy full SHA for 3f30cd4
apps/web/next.config.mjs
@@ -130,6 +130,22 @@ const nextConfig = {
130
destination: "/docs/components/tooltip",
131
permanent: true,
132
},
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
143
144
145
+ source: "/docs/guides/redwood-js",
146
+ destination: "/docs/guides/redwoodjs",
147
148
149
];
150
151
images: {
0 commit comments