Skip to content

Commit 0bd2164

Browse files
authored
Merge pull request #73 from WeBankFinTech/branch_joy
feat: 支持plugin-llmstxt
2 parents 6ad3eee + 04ba719 commit 0bd2164

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)