Files
coins/next.config.mjs
T
2023-09-12 13:41:36 +01:00

7 lines
118 B
JavaScript

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