fix(i18n): change default lang of vitepress to en-US country code

This commit is contained in:
andatoshiki 2023-03-02 10:24:02 +08:00
parent dd4082ff5b
commit 4a9c110b56

View File

@ -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,