From 4c975dc4da5331cb017bedf55f20b8a5f7c0584d Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Fri, 11 Mar 2022 16:57:36 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/@types/astro.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 0f08a4ee7..452974d63 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. *