From 9b036b42599a3e7d59b9c7dfc31a2852765f4d05 Mon Sep 17 00:00:00 2001 From: ilya-bkv Date: Mon, 13 Nov 2023 18:01:04 +0300 Subject: [PATCH] revert runtime: 'edge' --- api/ssr.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/ssr.mjs b/api/ssr.mjs index 1c1817b8..a8e82a7f 100644 --- a/api/ssr.mjs +++ b/api/ssr.mjs @@ -1,8 +1,8 @@ import { renderPage } from 'vike/server' -export const config = { - runtime: 'edge' -} +// export const config = { +// runtime: 'edge' +// } export default async function handler(req, res) { const { url, cookies } = req