From 9481a3c08d8a5491fd9cd978a180837fe9dc4856 Mon Sep 17 00:00:00 2001 From: Rafid Muhymin Wafi Date: Fri, 13 May 2022 02:38:48 +0600 Subject: [PATCH] Corrected the default value of trailingSlash (#3353) --- packages/astro/src/@types/astro.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *