File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { fileURLToPath } from 'url';
33
44import { defineConfig } from 'astro/config' ;
55
6- import sitemap from '@astrojs/sitemap' ;
6+ // import sitemap from '@astrojs/sitemap';
77
88import partytown from '@astrojs/partytown' ;
99
@@ -37,12 +37,12 @@ export default defineConfig({
3737
3838 // integrations: [sitemap()],
3939 // try to bring back sitemap
40- integrations : [
41- sitemap ( {
42- // Force the sitemap to ignore any "broken" or "undefined" routes
43- filter : ( page ) => page !== undefined ,
44- } )
45- ] ,
40+ // integrations: [
41+ // sitemap({
42+ // // Force the sitemap to ignore any "broken" or "undefined" routes
43+ // filter: (page) => page !== undefined,
44+ // })
45+ // ],
4646
4747 vite : {
4848 resolve : {
You can’t perform that action at this time.
0 commit comments