From 8f81bf2c099583fd1253b78cc30b9bb3299a2f38 Mon Sep 17 00:00:00 2001 From: Kayden Au Date: Sat, 11 Jan 2025 02:18:36 -0500 Subject: [PATCH] maybe this works ? --- next.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/next.config.js b/next.config.js index dd0733b..f9d6b14 100644 --- a/next.config.js +++ b/next.config.js @@ -6,6 +6,9 @@ const nextConfig = { images: { unoptimized: true, }, + experimental: { + + } }; module.exports = nextConfig;