From 620e5df08dde4cfbc1e8bd0fc9fa53101e6917c3 Mon Sep 17 00:00:00 2001 From: spicermatthews <120526656+spicermatthews@users.noreply.github.com> Date: Wed, 24 Jan 2024 22:14:15 -0800 Subject: [PATCH] Update next.config.js (#557) --- 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",