diff --git a/next.config.mjs b/next.config.mjs index 15eff7c..24cea72 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: 'export' + output: 'export', + distDir: 'build', }; export default nextConfig;