Skip to content

Commit 3474b08

Browse files
committed
feat(component): add sitemap config
1 parent 86bedaf commit 3474b08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import partytown from '@astrojs/partytown'
2+
import sitemap from '@astrojs/sitemap'
23
import tailwind from '@astrojs/tailwind'
34
import { defineConfig } from 'astro/config'
45
import compress from 'astro-compress'
@@ -25,6 +26,7 @@ export default defineConfig({
2526
forward: ['dataLayer.push'],
2627
},
2728
}),
29+
sitemap(),
2830
purgecss(),
2931
compress(),
3032
]

0 commit comments

Comments
 (0)