Skip to content

Commit 5051511

Browse files
committed
🔧 fix: ignore llms full
1 parent 2deb516 commit 5051511

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/.vitepress/config.ts

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -62,21 +62,21 @@ export default defineConfig({
6262
},
6363
plugins: [
6464
tailwindcss() as any,
65-
process.env.NODE_ENV === 'production'
66-
? llmstxt({
67-
description: 'Ergonomic Framework for Humans',
68-
details:
69-
"Elysia is an ergonomic framework for Humans. With end-to-end type safety and great developer experience. Elysia is familiar, fast, and first class TypeScript support with well-thought integration between services whether it's tRPC, Swagger or WebSocket.",
70-
ignoreFiles: [
71-
'index.md',
72-
'table-of-content.md',
73-
'blog/*',
74-
'public/*'
75-
],
76-
domain: 'https://elysiajs.com',
77-
generateLLMsFullTxt: false
78-
})
79-
: [],
65+
// process.env.NODE_ENV === 'production'
66+
// ? llmstxt({
67+
// description: 'Ergonomic Framework for Humans',
68+
// details:
69+
// "Elysia is an ergonomic framework for Humans. With end-to-end type safety and great developer experience. Elysia is familiar, fast, and first class TypeScript support with well-thought integration between services whether it's tRPC, Swagger or WebSocket.",
70+
// ignoreFiles: [
71+
// 'index.md',
72+
// 'table-of-content.md',
73+
// 'blog/*',
74+
// 'public/*'
75+
// ],
76+
// domain: 'https://elysiajs.com',
77+
// generateLLMsFullTxt: false
78+
// })
79+
// : [],
8080
process.env.ANALYZE === 'true' ? analyzer() : []
8181
// GitChangelog({
8282
// repoURL: () => 'https://github.com/elysiajs/documentation',

0 commit comments

Comments
 (0)