From 51ea24368c777b0ede13b831bc025cd2f0ccc437 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 28 Jun 2022 15:30:06 +0530 Subject: [PATCH] Add precompress option --- svelte.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 522a853e..b159a8f3 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -12,7 +12,8 @@ const config = { ], kit: { adapter: adapter({ - pages: `docs` + pages: `docs`, + precompress: true }), paths: process.env['DEPLOY'] ? {