From e9f95304d2ddb790b353b8f3e3e57ff96a6add98 Mon Sep 17 00:00:00 2001 From: Eric Cuevas <145045939+cuevas1876@users.noreply.github.com> Date: Wed, 20 Mar 2024 09:45:45 -0500 Subject: [PATCH] Fix allowed origins --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 66d21e7..ab4acde 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -43,7 +43,7 @@ const nextConfig = { allowedOrigins: [ "d1b4twxh1cihpk.cloudfront.net", "d2z6xcoh14f3wb.cloudfront.net", - "https://d19jzmn7wae8g9.cloudfront.net", + "d19jzmn7wae8g9.cloudfront.net", ], }, },