From 146a9f2da10b24889f55b9006dd3abb111159cd2 Mon Sep 17 00:00:00 2001 From: Khang Nguyen Duy Date: Fri, 1 Sep 2023 00:24:05 +0700 Subject: [PATCH] chore: fix build --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 52d574c..b250767 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -12,7 +12,7 @@ const config = { ], kit: { - adapter: adapter() + adapter: adapter({ fallback: 'index.html' }) } };