Files
vinniesniper-54816/task1/_lab/011-flask-nextjs/nextjs/nextjs-form-app-main/next.config.js
louiscklaw 3b0b154910 update,
2025-02-01 01:19:51 +08:00

7 lines
118 B
JavaScript

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