We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b10560 commit 575717fCopy full SHA for 575717f
website/client/.vitepress/config/configShard.ts
@@ -1,6 +1,7 @@
1
import { visualizer } from 'rollup-plugin-visualizer';
2
import { type ManifestOptions, VitePWA } from 'vite-plugin-pwa';
3
import { defineConfig } from 'vitepress';
4
+import llmstxt from 'vitepress-plugin-llms';
5
import { configDeSearch } from './configDe';
6
import { configEsSearch } from './configEs';
7
import { configJaSearch } from './configJa';
@@ -137,6 +138,7 @@ export const configShard = defineConfig({
137
138
},
139
140
plugins: [
141
+ llmstxt(),
142
VitePWA({
143
registerType: 'autoUpdate',
144
manifest,
0 commit comments