leaky-ships/leaky-ships/next.config.js
2023-01-06 15:58:48 +01:00

6 lines
118 B
JavaScript

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