summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b51d97f65..9e4514698 100644
--- a/packages/astro/src/@types/astro.ts
+++ b/packages/astro/src/@types/astro.ts
@@ -380,7 +380,7 @@ export interface AstroUserConfig {
* @docs
* @name trailingSlash
* @type {('always' | 'never' | 'ignore')}
- * @default `'always'`
+ * @default `'ignore'`
* @see buildOptions.pageUrlFormat
* @description
*