From a642a0a5889657f1d35bc16b1072ffd10d5bc707 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Fri, 18 Aug 2023 07:28:20 +0100 Subject: [PATCH] Fix indentation --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 2c01568..1ec28fe 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -12,7 +12,7 @@ const config = { adapter: adapter({ pages: 'build', assets: 'build', - fallback: '404.html', + fallback: '404.html', precompress: false, strict: true, trailingSlash: 'always'