chore(guide): Update pages (#9372)

This commit is contained in:
Jiralite
2023-04-13 16:10:06 +01:00
committed by GitHub
parent 85a379fdf8
commit 0b7f296b62
7 changed files with 95 additions and 56 deletions

View File

@@ -10,7 +10,7 @@ export default function Page({ params }: { params: { slug: string[] } }) {
const content = allContents.find((content) => content.slug === params.slug?.join('/'));
if (!content) {
redirect('/guide/introduction');
redirect('/guide/home/introduction');
}
return (