删除语言中的英文&修复编辑此页No Found

This commit is contained in:
postyizhan 2024-05-17 19:05:07 +08:00
parent 5fdad0d2c8
commit a2b8f975ef

View File

@ -39,7 +39,7 @@ const config = {
// to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'zh-Hans',
locales: ['zh-Hans', 'en'],
locales: ['zh-Hans'],
},
presets: [
@ -50,7 +50,7 @@ const config = {
docs: {
sidebarPath: require.resolve('./sidebars.js'),
routeBasePath: '/',
editUrl: 'https://github.com/postyizhan/NitWikit/'
editUrl: 'https://github.com/postyizhan/NitWikit/tree/main'
},
blog: false,
theme: {