Corrected the default value of trailingSlash (#3353)

This commit is contained in:
Rafid Muhymin Wafi 2022-05-13 02:38:48 +06:00 committed by GitHub
parent 29e7260a4e
commit 9481a3c08d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -380,7 +380,7 @@ export interface AstroUserConfig {
* @docs
* @name trailingSlash
* @type {('always' | 'never' | 'ignore')}
* @default `'always'`
* @default `'ignore'`
* @see buildOptions.pageUrlFormat
* @description
*