logos-press-engine/next.config.js
2023-04-14 23:29:32 +09:00

7 lines
118 B
JavaScript

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