feat(docs): remove path prefix

This commit is contained in:
Tim
2025-09-09 13:48:26 +08:00
parent 358c53338d
commit 09cefbedbf
9 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const inter = Inter({
subsets: ['latin'],
});
export default function Layout({ children }: LayoutProps<'/docs'>) {
export default function Layout({ children }: LayoutProps<'/'>) {
return (
<html lang="zh" className={inter.className} suppressHydrationWarning>
<body className="flex flex-col min-h-screen">