There was an error while loading. Please reload this page.
1 parent 86bedaf commit 3474b08Copy full SHA for 3474b08
astro.config.mjs
@@ -1,4 +1,5 @@
1
import partytown from '@astrojs/partytown'
2
+import sitemap from '@astrojs/sitemap'
3
import tailwind from '@astrojs/tailwind'
4
import { defineConfig } from 'astro/config'
5
import compress from 'astro-compress'
@@ -25,6 +26,7 @@ export default defineConfig({
25
26
forward: ['dataLayer.push'],
27
},
28
}),
29
+ sitemap(),
30
purgecss(),
31
compress(),
32
]
0 commit comments