diff options
author | 2025-03-11 12:21:36 +0000 | |
---|---|---|
committer | 2025-03-11 12:21:36 +0000 | |
commit | b68f216851051d8726b6b03d25632b3cf316ee4e (patch) | |
tree | e713841fde6a869be25b4dd3dc5ae54f5e4bc577 | |
parent | 615ae29a6f2ee62293d4617cbfc4980d335495d9 (diff) | |
download | astro-b68f216851051d8726b6b03d25632b3cf316ee4e.tar.gz astro-b68f216851051d8726b6b03d25632b3cf316ee4e.tar.zst astro-b68f216851051d8726b6b03d25632b3cf316ee4e.zip |
[ci] format
-rw-r--r-- | packages/astro/src/types/public/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/types/public/config.ts b/packages/astro/src/types/public/config.ts index eb64a268e..b787e4ac2 100644 --- a/packages/astro/src/types/public/config.ts +++ b/packages/astro/src/types/public/config.ts @@ -323,7 +323,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig { * } * }) * - * + * * ``` */ redirects?: Record<string, RedirectConfig>; |