Skip to content
Snippets Groups Projects
next.config.js 77 B
Newer Older
const nextConfig = {
  reactStrictMode: true,
}

module.exports = nextConfig