We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b659da + 6869896 commit d78cf3bCopy full SHA for d78cf3b
app/layout.tsx
@@ -18,7 +18,7 @@ const geistMono = Geist_Mono({
18
});
19
20
export const metadata: Metadata = {
21
- title: { template: "%s | 管理介面 | 資料庫練功坊", default: "預設頁面" },
+ title: { template: "%s | 管理介面 | 資料庫練功坊", default: "管理介面 | 資料庫練功坊" },
22
description: "管理資料庫練功坊的題目、使用者、做題記錄等。",
23
};
24
@@ -49,7 +49,7 @@ export default async function RootLayout({
49
`}
50
>
51
<ApolloWrapper token={token}>
52
- <ProgressProvider>{children}</ProgressProvider>
+ <ProgressProvider delay={500}>{children}</ProgressProvider>
53
</ApolloWrapper>
54
<Toaster />
55
</body>
0 commit comments