mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add test sitemap pages
This commit is contained in:
parent
1bc10842fb
commit
24ff1bc35e
1 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue