Skip to content

Commit 04ba719

Browse files
committed
feat: 支持plugin-llmstxt
1 parent 6ad3eee commit 04ba719

5 files changed

Lines changed: 1285 additions & 4 deletions

File tree

docs/.vitepress/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { defineConfig } from 'vitepress';
22
import vueJsx from '@vitejs/plugin-vue-jsx';
3+
import llmstxtPlugin from 'vitepress-plugin-llmstxt';
34

45
import path from 'path';
56

@@ -49,7 +50,7 @@ export default defineConfig({
4950
json: {
5051
stringify: true
5152
},
52-
plugins: [vueJsx({})]
53+
plugins: [vueJsx({}), llmstxtPlugin()]
5354
},
5455
vue: {
5556
template: {

0 commit comments

Comments
 (0)