diff --git a/next.config.js b/next.config.js index e3da1eb..56239b8 100644 --- a/next.config.js +++ b/next.config.js @@ -1,11 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: "export", reactStrictMode: false, swcMinify: true, - images: { - unoptimized: true, - }, }; module.exports = nextConfig;