From 27a8aecb9fac972d322181991e2e64961280abf9 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 6 Jun 2022 22:16:02 -0500 Subject: [PATCH] Disable Astro sitemap --- astro.config.mjs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index f8be3f9..3e03e8d 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -4,7 +4,7 @@ import tailwind from '@astrojs/tailwind' // Astro Netlify Reference // https://github.com/withastro/astro/tree/main/packages/integrations/netlify import netlify from '@astrojs/netlify/functions' -import sitemap from '@astrojs/sitemap' +// import sitemap from '@astrojs/sitemap' // import { viteCommonjs } from '@originjs/vite-plugin-commonjs' @@ -27,12 +27,12 @@ export default defineConfig({ // Sitemap Reference // https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/src/index.ts // https://github.com/withastro/astro/tree/main/packages/integrations/sitemap#configuration - sitemap({ - customPages: [ - '/relative-url', - 'https://doesitarm.com/absolute-url', - ] - }) + // sitemap({ + // customPages: [ + // '/relative-url', + // 'https://doesitarm.com/absolute-url', + // ] + // }) ], // Vite options // https://docs.astro.build/en/reference/configuration-reference/#vite