[ci] format
This commit is contained in:
parent
30e78a0bd8
commit
d1a7f6a1c5
1 changed files with 32 additions and 32 deletions
|
@ -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`
|
||||||
|
|
Loading…
Reference in a new issue