[ci] format

This commit is contained in:
bholmesdev 2022-03-11 16:57:36 +00:00 committed by GitHub Actions
parent 6ce97b1ebe
commit 4c975dc4da

View file

@ -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.
*