celestia-frontend/next.config.mjs
2025-02-22 11:52:26 +07:00

7 lines
119 B
JavaScript

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