Skip to content

Commit 04134fd

Browse files
committed
Add llms domain setting
1 parent 0a23771 commit 04134fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/nuxt.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ export default defineNuxtConfig({
66
robots: {
77
robotsTxt: false
88
},
9+
llms: {
10+
domain: 'https://directus.github.io/vue-split-panel',
11+
},
912
});

0 commit comments

Comments
 (0)