Files

7 lines
118 B
JavaScript
Raw Permalink Normal View History

2022-12-27 02:53:10 +01:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig