Revert "feat(docs): remove path prefix"

This reverts commit 09cefbedbf.
This commit is contained in:
tim
2025-09-09 14:02:23 +08:00
parent 747d9c07d1
commit 8abdc73497
9 changed files with 17 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ const inter = Inter({
subsets: ['latin'],
});
export default function Layout({ children }: LayoutProps<'/'>) {
export default function Layout({ children }: LayoutProps<'/docs'>) {
return (
<html lang="zh" className={inter.className} suppressHydrationWarning>
<body className="flex flex-col min-h-screen">