[ci] format
This commit is contained in:
parent
b51d515d2d
commit
47b47e0e54
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue