fix: prevent double entry to site map

This commit is contained in:
Ayo Ayco 2024-08-08 18:34:50 +02:00
parent 1c42be5662
commit d22bda5c19

View file

@ -7,7 +7,7 @@ export default defineConfig({
site: 'https://ayo.ayco.io',
integrations: [sitemap(
{
customPages: ['https://ayo.ayco.io/threads']
customPages: ['https://ayo.ayco.io/threads/']
}
)]
});