Files
ballot/next.config.js
Raja Ilayaperumal aec8167171 Initial setup
2022-09-06 10:25:15 +05:30

8 lines
137 B
JavaScript

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