forked from mirror/NitWikit
删除语言中的英文&修复编辑此页No Found
This commit is contained in:
parent
5fdad0d2c8
commit
a2b8f975ef
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user