chore: remove unnecessary config
This commit is contained in:
parent
6b6a9dbb09
commit
6fede8ae6e
1 changed files with 1 additions and 5 deletions
|
@ -5,9 +5,5 @@ import sitemap from "@astrojs/sitemap";
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: 'https://ayo.ayco.io',
|
site: 'https://ayo.ayco.io',
|
||||||
integrations: [sitemap(
|
integrations: [sitemap()]
|
||||||
{
|
|
||||||
customPages: ['https://ayo.ayco.io/threads/']
|
|
||||||
}
|
|
||||||
)]
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue