From bd59b6e323938f79db610d5cd99b08305a241a4a Mon Sep 17 00:00:00 2001
From: Odyssey346 <odyssey346@disroot.org>
Date: Sun, 15 May 2022 10:26:51 +0200
Subject: [PATCH] Fix build

Signed-off-by: Odyssey346 <odyssey346@disroot.org>
---
 svelte.config.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/svelte.config.js b/svelte.config.js
index 57bad34..f961375 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -11,8 +11,10 @@ const config = {
   // for more information about preprocessors
   preprocess: [preprocess(), mdsvex(mdsvexConfig)],
 
+
   kit: {
     adapter: adapter(),
+    prerender: { default: true }
   },
 };