7 lines
113 B
JavaScript
7 lines
113 B
JavaScript
// next.config.js
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
// outras configs
|
|
}
|
|
|
|
export default nextConfig
|