celestia-frontend/next.config.mjs

7 lines
119 B
JavaScript
Raw Permalink Normal View History

2025-02-22 11:52:26 +07:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
};
export default nextConfig;