jg-eucs/next.config.js
2023-04-16 12:54:18 +02:00

6 lines
118 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig