Skip to content

Commit 2ea9b82

Browse files
committed
redirect error
1 parent c56313e commit 2ea9b82

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

docusaurus.config.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const config: Config = {
3333
{
3434
redirects: [
3535
{
36-
to: '/docs/introduction/getting-started',
36+
to: '/',
3737
from: '/docs/',
3838
},
3939

@@ -90,16 +90,6 @@ const config: Config = {
9090
baseUrl: '/docs/',
9191
to: '/docs/index',
9292
},
93-
// {
94-
// to: 'pages/introduction',
95-
96-
// label: 'Introduction',
97-
// // Only one of "label" or "html" should be used
98-
// // html: '<b>Introduction</b>'
99-
// position: 'left',
100-
// activeBaseRegex: 'docs/(next|v8)',
101-
// target: '_blank',
102-
// },
10393
{to: '/blog', label: 'Blog', position: 'left'},
10494
{
10595
label: "GitHub",

0 commit comments

Comments
 (0)