Skip to content

Commit f3d49b6

Browse files
committed
fix: title fallback
1 parent 6b659da commit f3d49b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const geistMono = Geist_Mono({
1818
});
1919

2020
export const metadata: Metadata = {
21-
title: { template: "%s | 管理介面 | 資料庫練功坊", default: "預設頁面" },
21+
title: { template: "%s | 管理介面 | 資料庫練功坊", default: "管理介面 | 資料庫練功坊" },
2222
description: "管理資料庫練功坊的題目、使用者、做題記錄等。",
2323
};
2424

0 commit comments

Comments
 (0)