mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 05:55: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
|
||||
export const metaData = {
|
||||
lang: 'en',
|
||||
locale: 'en',
|
||||
lang: 'en-US',
|
||||
locale: 'en-US',
|
||||
title: "Toshiki's Note",
|
||||
description: "Toshiki's web notebook served via Vitepress!",
|
||||
site,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user