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
|
||||
* @name trailingSlash
|
||||
* @type {('always' | 'never' | 'ignore')}
|
||||
* @default `'always'`
|
||||
* @default `'ignore'`
|
||||
* @see buildOptions.pageUrlFormat
|
||||
* @description
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue