diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 0f08a4ee7b..452974d639 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -234,7 +234,7 @@ export interface AstroUserConfig { * @description * By default, all pages are included in your generated sitemap. * You can filter included pages by URL using `buildOptions.sitemapFilter`. - * + * * The `page` function parameter is the full URL of your rendered page, including your `buildOptions.site` domain. * Return `true` to include a page in your sitemap, and `false` to remove it. *