mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-11 21:59:05 +00:00
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
swcMinify: true
|
|
};
|
|
|
|
module.exports = nextConfig;
|