mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Disable Astro sitemap
This commit is contained in:
parent
17a45a79c2
commit
27a8aecb9f
1 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@ import tailwind from '@astrojs/tailwind'
|
||||||
// Astro Netlify Reference
|
// Astro Netlify Reference
|
||||||
// https://github.com/withastro/astro/tree/main/packages/integrations/netlify
|
// https://github.com/withastro/astro/tree/main/packages/integrations/netlify
|
||||||
import netlify from '@astrojs/netlify/functions'
|
import netlify from '@astrojs/netlify/functions'
|
||||||
import sitemap from '@astrojs/sitemap'
|
// import sitemap from '@astrojs/sitemap'
|
||||||
|
|
||||||
// import { viteCommonjs } from '@originjs/vite-plugin-commonjs'
|
// import { viteCommonjs } from '@originjs/vite-plugin-commonjs'
|
||||||
|
|
||||||
|
|
@ -27,12 +27,12 @@ export default defineConfig({
|
||||||
// Sitemap Reference
|
// Sitemap Reference
|
||||||
// https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/src/index.ts
|
// https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/src/index.ts
|
||||||
// https://github.com/withastro/astro/tree/main/packages/integrations/sitemap#configuration
|
// https://github.com/withastro/astro/tree/main/packages/integrations/sitemap#configuration
|
||||||
sitemap({
|
// sitemap({
|
||||||
customPages: [
|
// customPages: [
|
||||||
'/relative-url',
|
// '/relative-url',
|
||||||
'https://doesitarm.com/absolute-url',
|
// 'https://doesitarm.com/absolute-url',
|
||||||
]
|
// ]
|
||||||
})
|
// })
|
||||||
],
|
],
|
||||||
// Vite options
|
// Vite options
|
||||||
// https://docs.astro.build/en/reference/configuration-reference/#vite
|
// https://docs.astro.build/en/reference/configuration-reference/#vite
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue