7 lines
118 B
JavaScript
Raw Normal View History

2023-02-27 08:55:07 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig