mirror of
https://github.com/magnum-opus-tender-hack/frontend.git
synced 2024-11-14 04:16:34 +03:00
8 lines
137 B
JavaScript
8 lines
137 B
JavaScript
|
/** @type {import('next').NextConfig} */
|
||
|
const nextConfig = {
|
||
|
reactStrictMode: true,
|
||
|
swcMinify: true,
|
||
|
}
|
||
|
|
||
|
module.exports = nextConfig
|