website-2/next.config.js

7 lines
118 B
JavaScript
Raw Normal View History

2022-04-10 20:15:15 +10:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig