Files
vinniesniper-54816/task1/_lab/013-flask-nextjs-draft/nextjs/hello-nextjs12/next.config.js
louiscklaw 3b0b154910 update,
2025-02-01 01:19:51 +08:00

8 lines
137 B
JavaScript

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