diff --git a/src/config.ts b/src/config.ts index bd8f29c..146bf70 100644 --- a/src/config.ts +++ b/src/config.ts @@ -14,7 +14,7 @@ export const site = { description: '记录开发过程,整理项目输出,把日常构建沉淀成可浏览、可复盘的公开主页。', avatar: '/images/avatar.svg', - location: 'Shanghai / Remote', + location: 'Changsha / Remote', gitea: { url: publicGiteaUrl, username: publicGiteaUsername, @@ -24,5 +24,5 @@ export const site = { { name: 'Gitea', url: publicGiteaUrl }, { name: 'Blog', url: publicBlogUrl }, ].filter((link) => link.url), - stacks: ['Unity', 'Astro', 'TypeScript', 'Docker'], + stacks: ['Unity', 'CSharp', 'C++', 'CI/CD'], } as const;