Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
suoyuan666 authored Mar 8, 2024
1 parent 2d89688 commit 3584c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const SITE: Site = {

export const LOCALE = {
lang: "zh-cn", // html lang code. Set this empty and default will be "en"
// langTag: ["en-EN"], // BCP 47 Language Tags. Set this empty [] to use the environment default
langTag: [], // BCP 47 Language Tags. Set this empty [] to use the environment default
} as const;

export const LOGO_IMAGE = {
Expand Down

0 comments on commit 3584c4d

Please sign in to comment.