From 3faa1b8fce2c05d3d5b5b8d532d337d6f06bc072 Mon Sep 17 00:00:00 2001 From: Sarah Rainsberger Date: Fri, 8 Mar 2024 14:06:26 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/@types/astro.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 46c6da0480..c3d8de3e49 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -887,8 +887,8 @@ export interface AstroUserConfig { * @description * Specifies the prefix for Astro-generated asset links. This can be used if assets are served from a different domain than the current site. * - * This requires uploading the assets in your local `./dist/_astro` folder to a corresponding `/_astro/` folder on the remote domain. - * To rename the `_astro` path, specify a new directory in `build.assets`. + * This requires uploading the assets in your local `./dist/_astro` folder to a corresponding `/_astro/` folder on the remote domain. + * To rename the `_astro` path, specify a new directory in `build.assets`. * * To fetch all assets uploaded to the same domain (e.g. `https://cdn.example.com/_astro/...`), set `assetsPrefix` to the root domain as a string (regardless of your `base` configuration): *