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