Skip to content

Commit f1e22a3

Browse files
authored
Update config.ts
1 parent 6b61116 commit f1e22a3

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

docs/.vitepress/config.ts

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -59,47 +59,47 @@ export default defineConfig({
5959
},
6060
plugins: [
6161
tailwindcss() as any,
62+
process.env.ANALYZE === 'true' ? analyzer() : [],
6263
process.env.NODE_ENV === 'production' ? llmstxt({
6364
description: 'Ergonomic Framework for Humans',
6465
details:
6566
"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.",
6667
ignoreFiles: ['index.md', 'table-of-content.md']
6768
}) : [],
68-
GitChangelog({
69-
repoURL: () => 'https://github.com/elysiajs/documentation',
70-
mapAuthors: [
71-
{
72-
mapByEmailAliases: ['[email protected]'],
73-
avatar: '/blog/authors/aris.webp',
74-
links: [
75-
{
76-
type: 'GitHub',
77-
link: 'https://github.com/SaltyAom'
78-
}
79-
]
80-
},
81-
{
82-
mapByNameAliases: ['bogeychan'],
83-
links: [
84-
{
85-
type: 'GitHub',
86-
link: 'http://github.com/bogeychan'
87-
}
88-
]
89-
},
90-
{
91-
mapByNameAliases: ['Fecony'],
92-
links: [
93-
{
94-
type: 'GitHub',
95-
link: 'https://github.com/fecony'
96-
}
97-
]
98-
}
99-
]
100-
}),
101-
GitChangelogMarkdownSection(),
102-
process.env.ANALYZE === 'true' ? analyzer() : []
69+
// GitChangelog({
70+
// repoURL: () => 'https://github.com/elysiajs/documentation',
71+
// mapAuthors: [
72+
// {
73+
// mapByEmailAliases: ['[email protected]'],
74+
// avatar: '/blog/authors/aris.webp',
75+
// links: [
76+
// {
77+
// type: 'GitHub',
78+
// link: 'https://github.com/SaltyAom'
79+
// }
80+
// ]
81+
// },
82+
// {
83+
// mapByNameAliases: ['bogeychan'],
84+
// links: [
85+
// {
86+
// type: 'GitHub',
87+
// link: 'http://github.com/bogeychan'
88+
// }
89+
// ]
90+
// },
91+
// {
92+
// mapByNameAliases: ['Fecony'],
93+
// links: [
94+
// {
95+
// type: 'GitHub',
96+
// link: 'https://github.com/fecony'
97+
// }
98+
// ]
99+
// }
100+
// ]
101+
// }),
102+
// GitChangelogMarkdownSection(),
103103
],
104104
optimizeDeps: {
105105
exclude: ['@nolebase/vitepress-plugin-inline-link-preview/client']

0 commit comments

Comments
 (0)