diff options
author | 2022-03-11 16:57:36 +0000 | |
---|---|---|
committer | 2022-03-11 16:57:36 +0000 | |
commit | 4c975dc4da5331cb017bedf55f20b8a5f7c0584d (patch) | |
tree | 895828e812e65aa07dd731d811e9cf1ad228a65e | |
parent | 6ce97b1ebe9a1b82a87f1e205213230d3bf81e4e (diff) | |
download | astro-4c975dc4da5331cb017bedf55f20b8a5f7c0584d.tar.gz astro-4c975dc4da5331cb017bedf55f20b8a5f7c0584d.tar.zst astro-4c975dc4da5331cb017bedf55f20b8a5f7c0584d.zip |
[ci] format
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |