plane/god-mode/next.config.js
2024-01-31 14:03:52 +05:30

8 lines
139 B
JavaScript

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