From 220563a46b2beb3b86351b52e197e6bba85dc9fc Mon Sep 17 00:00:00 2001 From: fmancinidtd <143797809+fmancinidtd@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:59:27 +0200 Subject: [PATCH] Update svelte.config.js --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 4f9d0f1..af9bde6 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -5,7 +5,7 @@ import adapter from "@sveltejs/adapter-vercel"; const config = { kit: { adapter: adapter({ - maxDuration: 120 + maxDuration: 180 }), }, preprocess: [vitePreprocess({})],