Files
004_comission/vinniesniper-54816/task1/_lab/013-flask-nextjs-draft/nextjs/hello-nextjs12/next.config.js
louiscklaw cd81c1cd1e update,
2025-01-31 22:59:38 +08:00

8 lines
137 B
JavaScript

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