mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 05:25:56 +00:00
fix(i18n): change default lang of vitepress to en-US country code
This commit is contained in:
parent
dd4082ff5b
commit
4a9c110b56
@ -3,8 +3,8 @@ const site = 'https://note.toshiki.dev'
|
|||||||
|
|
||||||
// site metadatas with exports in use of global config
|
// site metadatas with exports in use of global config
|
||||||
export const metaData = {
|
export const metaData = {
|
||||||
lang: 'en',
|
lang: 'en-US',
|
||||||
locale: 'en',
|
locale: 'en-US',
|
||||||
title: "Toshiki's Note",
|
title: "Toshiki's Note",
|
||||||
description: "Toshiki's web notebook served via Vitepress!",
|
description: "Toshiki's web notebook served via Vitepress!",
|
||||||
site,
|
site,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user