mirror of
https://github.com/Zippland/worth-buying.git
synced 2026-02-28 16:54:21 +08:00
7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
swcMinify: true,
|
|
}
|
|
|
|
module.exports = nextConfig
|