From 391b0bcb5fabd33af19624fce1b8fe4885b517dd Mon Sep 17 00:00:00 2001 From: MrPenguin07 <127086564+MrPenguin07@users.noreply.github.com> Date: Sat, 18 May 2024 12:20:57 +0000 Subject: [PATCH] Conform upstream change to next export --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index cc99621..8be8ca1 100644 --- a/next.config.js +++ b/next.config.js @@ -3,6 +3,7 @@ **/ const nextConfig = { + output: 'export', images: { unoptimized: true, },