From 1e16d899c95653b4c395d1ab17b26a260fe72e34 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Mon, 21 Oct 2024 11:05:06 -0500 Subject: [PATCH 1/2] Update next.config.mjs --- next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.mjs b/next.config.mjs index 1488475..969dd21 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -29,6 +29,7 @@ const nextConfig = { hostname: "bevgyjm5apuichhj.public.blob.vercel-storage.com", port: "", pathname: "/**", + search: "" }, ], }, From 851475fbe4bb9a73874e2c0c22beab15b9aefcd5 Mon Sep 17 00:00:00 2001 From: Ethan Niser Date: Mon, 21 Oct 2024 09:29:30 -0700 Subject: [PATCH 2/2] formatting --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 969dd21..22eb526 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -29,7 +29,7 @@ const nextConfig = { hostname: "bevgyjm5apuichhj.public.blob.vercel-storage.com", port: "", pathname: "/**", - search: "" + search: "", }, ], },