From 47b47e0e54e71c2ce59565bcc2b489196f76f68b Mon Sep 17 00:00:00 2001 From: delucis Date: Tue, 27 Jun 2023 15:17:59 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/@types/astro.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 52d15211b..c544fd8b8 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -546,7 +546,7 @@ export interface AstroUserConfig { * ``` * * When using this option, all of your static asset imports and URLs should add the base as a prefix. You can access this value via `import.meta.env.BASE_URL`. - * + * * By default, the value of `import.meta.env.BASE_URL` includes a trailing slash. If you have the [`trailingSlash`](https://docs.astro.build/en/reference/configuration-reference/#trailingslash) option set to `'never'`, you will need to add it manually in your static asset imports and URLs. * * ```astro