diff options
author | 2022-03-02 20:11:12 +0000 | |
---|---|---|
committer | 2022-03-02 20:11:12 +0000 | |
commit | a719a74733af486a78ff203c21c0acd93462c3d1 (patch) | |
tree | 7f765eeace7f6168d3248751a1ee43e0047f626b | |
parent | d5ced6d0d18af666c6546db7d0df5166b81f01ee (diff) | |
download | astro-a719a74733af486a78ff203c21c0acd93462c3d1.tar.gz astro-a719a74733af486a78ff203c21c0acd93462c3d1.tar.zst astro-a719a74733af486a78ff203c21c0acd93462c3d1.zip |
[ci] yarn format
-rw-r--r-- | packages/astro/src/@types/astro.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 732892d35..2557c51ae 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -207,7 +207,7 @@ export interface AstroUserConfig { * @docs * @name buildOptions.sitemap * @type {boolean} - * @default `true` + * @default `true` * @description * Generate a sitemap for your build. Set to false to disable. * @@ -282,7 +282,6 @@ export interface AstroUserConfig { * @name Dev Options */ devOptions?: { - /** * @docs * @name devOptions.hostname |