mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-11 06:30:46 +08:00
Revert "feat(docs): remove path prefix"
This reverts commit 09cefbedbf.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user