File tree 3 files changed +152
-29
lines changed
3 files changed +152
-29
lines changed Original file line number Diff line number Diff line change 31
31
"unplugin-vue-components" : " catalog:" ,
32
32
"vite-plugin-inspect" : " catalog:" ,
33
33
"vitepress" : " catalog:" ,
34
+ "vitepress-plugin-llms" : " ^0.0.16" ,
34
35
"vue" : " catalog:"
35
36
}
36
37
}
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import Icons from 'unplugin-icons/vite'
4
4
import Components from 'unplugin-vue-components/vite'
5
5
import { defineConfig } from 'vite'
6
6
import Inspect from 'vite-plugin-inspect'
7
+ import llmstxt from 'vitepress-plugin-llms'
7
8
8
9
export default defineConfig ( {
9
10
optimizeDeps : {
@@ -19,6 +20,12 @@ export default defineConfig({
19
20
} ,
20
21
} ,
21
22
plugins : [
23
+ llmstxt ( {
24
+ ignoreFiles : [
25
+ 'index.md' ,
26
+ 'README.md'
27
+ ] ,
28
+ } ) ,
22
29
Components ( {
23
30
dirs : [
24
31
'./.vitepress/theme/components' ,
You can’t perform that action at this time.
0 commit comments