This commit is contained in:
teasiu
2024-01-16 14:34:25 +08:00
parent 2e696b01ba
commit 0b93aea7d5
3 changed files with 204 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ const config = {
defaultLocale: 'zh-Hans',
locales: ['zh-Hans'],
},
presets: [
[
'classic',
@@ -55,6 +55,12 @@ const config = {
],
],
plugins: [
[require.resolve("@cmfcmf/docusaurus-search-local"), {
indexPages: true
}],
],
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({