Skip to content

Commit e3c21af

Browse files
committed
feat: add lang
1 parent d29a145 commit e3c21af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import type {
77
import { LinkPreset } from './types/config'
88

99
export const siteConfig: SiteConfig = {
10+
lang: 'zh-CN',
1011
title: 'wsafight 的小站',
1112
subtitle: 'wsafight Blog Site',
1213
themeColor: {

src/types/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { AUTO_MODE, DARK_MODE, LIGHT_MODE } from '@constants/constants'
33
export type SiteConfig = {
44
title: string
55
subtitle: string
6-
6+
lang: 'zh-CN'
77
themeColor: {
88
hue: number
99
fixed: boolean

0 commit comments

Comments
 (0)