diff --git a/next.config.js b/next.config.js index c689185..db479eb 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: 'standalone', + output: 'export', eslint: { ignoreDuringBuilds: true, },