From 19da680ba0f8d4fa8812e9e5d456ca8cd149bcc1 Mon Sep 17 00:00:00 2001 From: Akis Date: Tue, 22 Nov 2022 16:06:42 +0200 Subject: [PATCH] we should no longer need this --- svelte.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/svelte.config.js b/svelte.config.js index e3139cf..8c4fcc7 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -17,8 +17,7 @@ const config = { ], kit: { - adapter: adapter(), - trailingSlash: "always" + adapter: adapter() } };