Skip to content

Commit 52e049d

Browse files
committed
🔧 fix: thig
1 parent 5051511 commit 52e049d

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

docs/.vitepress/config.ts

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -62,21 +62,20 @@ 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+
})
78+
: [],
8079
process.env.ANALYZE === 'true' ? analyzer() : []
8180
// GitChangelog({
8281
// repoURL: () => 'https://github.com/elysiajs/documentation',

0 commit comments

Comments
 (0)