build folder

This commit is contained in:
Timur Ercan
2022-11-24 12:21:45 +01:00
parent afc6538792
commit 5e0d98c39d

View File

@@ -2,6 +2,7 @@
const nextConfig = { const nextConfig = {
reactStrictMode: true, reactStrictMode: true,
swcMinify: true, swcMinify: true,
} distDir: "build",
};
module.exports = nextConfig module.exports = nextConfig;