From 427974af27568f86921feb5728d977d46ef1203d Mon Sep 17 00:00:00 2001 From: bhc Date: Sat, 21 Oct 2023 00:38:51 +0300 Subject: [PATCH] static options --- svelte.config.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index b7ccc25..de59b4e 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -8,7 +8,13 @@ const config = { preprocess: vitePreprocess(), kit: { - adapter: adapter() + adapter: adapter({ + pages: 'build', + assets: 'build', + fallback: undefined, + precompress: false, + strict: true + }) }, trailingSlash: 'always' };