Skip to content

Commit 11b5b80

Browse files
authored
Update config.ts
1 parent f1e22a3 commit 11b5b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ export default defineConfig({
5959
},
6060
plugins: [
6161
tailwindcss() as any,
62-
process.env.ANALYZE === 'true' ? analyzer() : [],
6362
process.env.NODE_ENV === 'production' ? llmstxt({
6463
description: 'Ergonomic Framework for Humans',
6564
details:
6665
"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.",
6766
ignoreFiles: ['index.md', 'table-of-content.md']
6867
}) : [],
68+
process.env.ANALYZE === 'true' ? analyzer() : [],
6969
// GitChangelog({
7070
// repoURL: () => 'https://github.com/elysiajs/documentation',
7171
// mapAuthors: [
@@ -99,7 +99,7 @@ export default defineConfig({
9999
// }
100100
// ]
101101
// }),
102-
// GitChangelogMarkdownSection(),
102+
// GitChangelogMarkdownSection()
103103
],
104104
optimizeDeps: {
105105
exclude: ['@nolebase/vitepress-plugin-inline-link-preview/client']

0 commit comments

Comments
 (0)