diff --git a/next.config.mjs b/next.config.mjs index 2033beb..ffcb344 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'export', eslint: { ignoreDuringBuilds: true, }, @@ -11,4 +12,4 @@ const nextConfig = { }, } -export default nextConfig \ No newline at end of file +export default nextConfig