Commit 58ff1fb

HPCesia <me@hpcesia.com>
2025-02-06 15:00:07
fix: update default config
1 parent 95b81d0
Changed files (1)
src/config.ts
@@ -15,7 +15,7 @@ import { getRandomPost } from '@scripts/utils';
 export const siteConfig: SiteConfig = {
   title: 'Astral Halo',
   subtitle: '',
-  lang: 'zh_CN', // "en" | "zh_CN" | "zh_TW"
+  lang: 'en', // "en" | "zh_CN" | "zh_TW"
   favicon: [''],
   postsPerPage: 10,
 };