We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8efce0 commit b838b63Copy full SHA for b838b63
1 file changed
docs/.vitepress/config.ts
@@ -88,6 +88,9 @@ const versionLinks = ((): DefaultTheme.NavItemWithLink[] => {
88
export default defineConfig({
89
title: `Vite${additionalTitle}`,
90
description: 'Frontend-Tooling der nächsten Generation',
91
+ sitemap: {
92
+ hostname: 'https://vite.dev',
93
+ },
94
cleanUrls: true,
95
96
head: [
@@ -183,6 +186,7 @@ export default defineConfig({
183
186
},
184
187
185
188
189
+ insights: true,
190
191
192
carbonAds: {
0 commit comments