mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-08 12:57:46 +00:00
This auto-generated PR updates Next.js to version 12.2.5 Co-authored-by: Vercel Team Bot <team@zeit.co>
8 lines
137 B
JavaScript
8 lines
137 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
swcMinify: true,
|
|
}
|
|
|
|
module.exports = nextConfig
|