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 7457788Copy full SHA for 7457788
website/client/.vitepress/config/configShard.ts
@@ -7,6 +7,7 @@ import { configJaSearch } from './configJa';
7
import { configKoSearch } from './configKo';
8
import { configPtBrSearch } from './configPtBr';
9
import { configZhCnSearch } from './configZhCn';
10
+import llmstxt from 'vitepress-plugin-llms'
11
12
const googleAnalyticsTag = 'G-7PTT4PLC69';
13
@@ -43,6 +44,10 @@ export const configShard = defineConfig({
43
44
45
srcDir: 'src',
46
47
+ vite: {
48
+ plugins: [llmstxt()]
49
+ },
50
+
51
rewrites: {
52
// rewrite to `en` locale
53
'en/:rest*': ':rest*',
0 commit comments