File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import vtbot from "astro-vtbot";
1212import d2 from "astro-d2" ;
1313import inoxToolsPortalGun from "@inox-tools/portal-gun" ;
1414import type { Badge } from "./node_modules/@astrojs/starlight/schemas/badge" ;
15- import sitemap from '@astrojs/sitemap' ;
15+ // import sitemap from '@astrojs/sitemap';
1616
1717export default defineConfig ( {
1818 image : { remotePatterns : [ { protocol : "https" } ] } ,
@@ -166,9 +166,9 @@ export default defineConfig({
166166 } ) ,
167167 vtbot ( { autoLint : false , loadingIndicator : false } ) ,
168168 inoxToolsPortalGun ( ) ,
169- sitemap ( {
169+ /* sitemap({
170170 filter: (page) =>
171- /**/ ! page . startsWith ( 'https://vtbag.dev/auto/' )
171+ !page.startsWith('https://vtbag.dev/auto/')
172172 && !page.startsWith('https://vtbag.dev/backdrop-demo/')
173173 && !page.startsWith('https://vtbag.dev/cards/')
174174 && !page.includes('-demo/')
@@ -185,8 +185,7 @@ export default defineConfig({
185185 && !page.startsWith('https://vtbag.dev/tests/')
186186 && !page.startsWith('https://vtbag.dev/navigation-types/')
187187 && !page.startsWith('https://vtbag.dev/tmp/'),
188-
189- } ) ,
188+ }), */
190189 ] ,
191190
192191 vite : {
You can’t perform that action at this time.
0 commit comments