Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 629d38c

Browse files
authored
fix: add redirect for docs/installation (#660)
1 parent 08391cf commit 629d38c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

next.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,12 @@ const nextConfig = {
271271
basePath: false,
272272
permanent: true,
273273
},
274+
{
275+
source: '/docs/installation',
276+
destination: '/docs/get-started/installation',
277+
basePath: false,
278+
permanent: true,
279+
},
274280
{
275281
source: '/docs/guides/getting-started/installation',
276282
destination: '/docs/get-started/installation',

0 commit comments

Comments
 (0)