Add test sitemap pages

This commit is contained in:
Sam Carlton 2022-06-05 16:01:18 -05:00
parent 1bc10842fb
commit 24ff1bc35e

View file

@ -21,13 +21,18 @@ export default defineConfig({
dist: new URL('./dist/', import.meta.url) dist: new URL('./dist/', import.meta.url)
}), }),
// Astro Vue Reference // Astro Vue Reference
// https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/src/index.ts
// https://github.com/withastro/astro/tree/main/packages/integrations/vue // https://github.com/withastro/astro/tree/main/packages/integrations/vue
vue(), vue(),
tailwind(), tailwind(),
// Sitemap Reference // 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 // https://github.com/withastro/astro/tree/main/packages/integrations/sitemap#configuration
sitemap() sitemap({
customPages: [
'/relative-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