Files
004_comission/vinniesniper-54816/task1/_lab/011-flask-nextjs/nextjs/hello-nextjs12.fresh/next.config.js
louiscklaw 2f380a6c09 update,
2025-01-31 22:59:12 +08:00

8 lines
137 B
JavaScript

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