Skip to content

Commit 2deb516

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

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,14 @@ export default defineConfig({
6767
description: 'Ergonomic Framework for Humans',
6868
details:
6969
"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: ['index.md', 'table-of-content.md']
70+
ignoreFiles: [
71+
'index.md',
72+
'table-of-content.md',
73+
'blog/*',
74+
'public/*'
75+
],
76+
domain: 'https://elysiajs.com',
77+
generateLLMsFullTxt: false
7178
})
7279
: [],
7380
process.env.ANALYZE === 'true' ? analyzer() : []

0 commit comments

Comments
 (0)