summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorGravatar delucis <delucis@users.noreply.github.com> 2023-06-27 15:17:59 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-06-27 15:17:59 +0000
commit47b47e0e54e71c2ce59565bcc2b489196f76f68b (patch)
tree50c5fb4877ad3493ad0d9fb46fe6d6cb523ee570 /packages
parentb51d515d2dfdc0ba5d5a93029f4de82c3babe9bc (diff)
downloadastro-47b47e0e54e71c2ce59565bcc2b489196f76f68b.tar.gz
astro-47b47e0e54e71c2ce59565bcc2b489196f76f68b.tar.zst
astro-47b47e0e54e71c2ce59565bcc2b489196f76f68b.zip
[ci] format
Diffstat (limited to 'packages')
-rw-r--r--packages/astro/src/@types/astro.ts2
1 files changed, 1 insertions, 1 deletions
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