Files
sign/next.config.js
Timur Ercan 5e0d98c39d build folder
2022-11-24 12:21:45 +01:00

9 lines
159 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
distDir: "build",
};
module.exports = nextConfig;