From 2d1a755c2aa6c8c2d323d6e28a87ad5888229310 Mon Sep 17 00:00:00 2001 From: Sean Marcia Date: Thu, 5 Dec 2024 22:50:36 -0500 Subject: [PATCH] test --- next.config.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/next.config.js b/next.config.js index 2296a98..24cc19d 100644 --- a/next.config.js +++ b/next.config.js @@ -1,8 +1,6 @@ -const nextConfig = { +module.exports = { output: 'export', images: { unoptimized: true, - }, + } } - -module.exports = nextConfig