From 88f23d5cf703dbba2ca0e49877444a92926b24c1 Mon Sep 17 00:00:00 2001 From: Micah Kendall Date: Sun, 12 May 2024 00:37:18 +0200 Subject: [PATCH] static build --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 2acb78b..7145cc4 100644 --- a/next.config.js +++ b/next.config.js @@ -32,6 +32,7 @@ module.exports = { ]; }, ...withNextra({ + output: "export", images: { unoptimized: true }, }), };