From 18108f5dc27083103d69b6b02ab2d3e5dfeca670 Mon Sep 17 00:00:00 2001 From: spicermatthews <120526656+spicermatthews@users.noreply.github.com> Date: Wed, 24 Jan 2024 22:14:00 -0800 Subject: [PATCH] Update next.config.js --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 29046d48..149b57f9 100644 --- a/next.config.js +++ b/next.config.js @@ -119,7 +119,7 @@ const nextConfig = { ], }, { - source: '*', + source: '/*', headers: [ { key: "Access-Control-Allow-Origin",