mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
Corrected the default value of trailingSlash (#3353)
This commit is contained in:
parent
29e7260a4e
commit
9481a3c08d
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ export interface AstroUserConfig {
|
||||||
* @docs
|
* @docs
|
||||||
* @name trailingSlash
|
* @name trailingSlash
|
||||||
* @type {('always' | 'never' | 'ignore')}
|
* @type {('always' | 'never' | 'ignore')}
|
||||||
* @default `'always'`
|
* @default `'ignore'`
|
||||||
* @see buildOptions.pageUrlFormat
|
* @see buildOptions.pageUrlFormat
|
||||||
* @description
|
* @description
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue