Skip to content
Snippets Groups Projects
next.config.js 118 B
Newer Older
/** @type {import('next').NextConfig} */
const nextConfig = {
  reactStrictMode: true,
}

module.exports = nextConfig