summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bluwy <bluwy@users.noreply.github.com> 2023-08-15 13:17:37 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-08-15 13:17:37 +0000
commit3755424f93389fe371412002b8c6bb9bb87112ce (patch)
tree5484bedf313bb3fe171089e49952f8227d45015d
parent5d1d0aeda620dd268d2cb3591009d701ddb3ade5 (diff)
downloadastro-3755424f93389fe371412002b8c6bb9bb87112ce.tar.gz
astro-3755424f93389fe371412002b8c6bb9bb87112ce.tar.zst
astro-3755424f93389fe371412002b8c6bb9bb87112ce.zip
[ci] format
-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 46296883e..4fa3048bd 100644
--- a/packages/astro/src/@types/astro.ts
+++ b/packages/astro/src/@types/astro.ts
@@ -699,7 +699,7 @@ export interface AstroUserConfig {
* - `file` - The `Astro.url.pathname` will include `.html`; ie `/foo.html`.
*
* This means that when you create relative URLs using `new URL('./relative', Astro.url)`, you will get consistent behavior between dev and build.
- *
+ *
* To prevent inconsistencies with trailing slash behaviour in dev, you can restrict the [`trailingSlash` option](#trailingslash) to `'always'` or `'never'` depending on your build format:
* - `directory` - Set `trailingSlash: 'always'`
* - `file` - Set `trailingSlash: 'never'`