Skip to content

Commit b3d3120

Browse files
committed
fix: about path
1 parent e1c635e commit b3d3120

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed
File renamed without changes.

content/en/about/_meta.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

next.config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ const nextConfig = withBundleAnalyzer(
2828
source: '/docs',
2929
destination: '/docs/getting-started',
3030
statusCode: 302
31-
},
32-
{
33-
source: '/about',
34-
destination: '/about/index',
35-
statusCode: 302
36-
},
31+
}
3732
]
3833
})
3934
)

0 commit comments

Comments
 (0)