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.
1 parent 6b659da commit f3d49b6Copy full SHA for f3d49b6
1 file changed
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
0 commit comments