[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
|
||||
// astro.config.ts
|
||||
import type { AstroUserConfig } from 'astro'
|
||||
import type { AstroUserConfig } from 'astro';
|
||||
|
||||
const config: AstroUserConfig = {
|
||||
sitemap: true,
|
||||
sitemapFilter: (page: string) => !page.includes('secret-page')
|
||||
}
|
||||
export default config
|
||||
sitemapFilter: (page: string) => !page.includes('secret-page'),
|
||||
};
|
||||
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`
|
||||
|
|
Loading…
Add table
Reference in a new issue