Skip to Content
程式貓正在招募團隊夥伴 🎉

base

網站基本配置,包含導航欄、頁尾和網站名稱。

base base

格式

type Base = { title: string; description: string; };

範例

export const base: Base = { title: "tomocat", description: "tomocat's personal website", };
Last updated on