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 }, }), };