[ci] format

This commit is contained in:
natemoo-re 2022-03-11 22:48:55 +00:00 committed by GitHub Actions
parent 30e78a0bd8
commit d1a7f6a1c5

View file

@ -50,13 +50,13 @@
```ts ```ts
// astro.config.ts // astro.config.ts
import type { AstroUserConfig } from 'astro' import type { AstroUserConfig } from 'astro';
const config: AstroUserConfig = { const config: AstroUserConfig = {
sitemap: true, sitemap: true,
sitemapFilter: (page: string) => !page.includes('secret-page') sitemapFilter: (page: string) => !page.includes('secret-page'),
} };
export default config export default config;
``` ```
- [#2767](https://github.com/withastro/astro/pull/2767) [`2bb2c2f7`](https://github.com/withastro/astro/commit/2bb2c2f7d153863319652dbc93396bedd1a16756) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update `@astrojs/compiler` to `0.12.0` - [#2767](https://github.com/withastro/astro/pull/2767) [`2bb2c2f7`](https://github.com/withastro/astro/commit/2bb2c2f7d153863319652dbc93396bedd1a16756) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update `@astrojs/compiler` to `0.12.0`