From d29ad9a645c7a23b2cff08208af7958065e99aab Mon Sep 17 00:00:00 2001 From: Igor Lobanov Date: Mon, 13 Nov 2023 20:48:05 +0100 Subject: [PATCH] here we go again --- api/ssr.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/ssr.mjs b/api/ssr.mjs index cfc1700c..c8317a35 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