next.config.js 87 Bytes EditWeb IDE 1 2 3 4 /** @type {import('next').NextConfig} */ module.exports = { reactStrictMode: true, }