[ci] format
This commit is contained in:
parent
fb7b09253f
commit
3a6ef130dd
1 changed files with 28 additions and 28 deletions
|
@ -10,13 +10,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;
|
||||||
```
|
```
|
||||||
|
|
||||||
* [#2750](https://github.com/withastro/astro/pull/2750) [`79fc3204`](https://github.com/withastro/astro/commit/79fc320480b2a638ef707079a624519bd54f1550) Thanks [@FredKSchott](https://github.com/FredKSchott)! - update esbuild@0.14.25
|
* [#2750](https://github.com/withastro/astro/pull/2750) [`79fc3204`](https://github.com/withastro/astro/commit/79fc320480b2a638ef707079a624519bd54f1550) Thanks [@FredKSchott](https://github.com/FredKSchott)! - update esbuild@0.14.25
|
||||||
|
|
Loading…
Add table
Reference in a new issue