Commit 62175d7

HPCesia <me@hpcesia.com>
2025-04-19 07:34:42
fix: default config site lang
1 parent b46cda4
Changed files (1)
src/config.ts
@@ -21,7 +21,7 @@ import type {
 export const siteConfig: SiteConfig = {
   title: 'Astral Halo',
   subtitle: 'A static blog template powered by Astro',
-  lang: 'zh_CN', // "en" | "zh_CN" | "zh_TW"
+  lang: 'en', // "en" | "zh_CN" | "zh_TW"
   createAt: new Date('2025-01-01'),
   postsPerPage: 10,
   banner: {