mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
chore(theme): add default locale to llmstxt plugin
This commit is contained in:
parent
3e68b44771
commit
c5759e3a2e
@ -124,6 +124,7 @@ export function llmsPlugin(app: App, userOptions: true | LlmsPluginOptions): Plu
|
||||
const options = getThemeConfig()
|
||||
return options.encrypt?.global ? false : !isEncryptPage(page as Page<ThemePageData>, options.encrypt)
|
||||
},
|
||||
locale: '/',
|
||||
...userLLMsTxt,
|
||||
llmsTxtTemplateGetter: {
|
||||
toc: tocGetter,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user