fix: prevent double entry to site map
This commit is contained in:
parent
1c42be5662
commit
d22bda5c19
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export default defineConfig({
|
||||||
site: 'https://ayo.ayco.io',
|
site: 'https://ayo.ayco.io',
|
||||||
integrations: [sitemap(
|
integrations: [sitemap(
|
||||||
{
|
{
|
||||||
customPages: ['https://ayo.ayco.io/threads']
|
customPages: ['https://ayo.ayco.io/threads/']
|
||||||
}
|
}
|
||||||
)]
|
)]
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue