Skip to content

Commit 80920fb

Browse files
chore: Move to introduction the docs entry point.
1 parent f7985d4 commit 80920fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default withNextra({
1414
return [
1515
{
1616
source: '/',
17-
destination: '/getting-started/quickstart',
17+
destination: '/getting-started/introduction',
1818
permanent: false,
1919
},
2020
]

docs/public/_redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/ /getting-started/quickstart 302
1+
/ /getting-started/introduction 302

0 commit comments

Comments
 (0)