Files
lander/next.config.js

7 lines
120 B
JavaScript
Raw Normal View History

2025-08-09 01:12:10 +02:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
module.exports = nextConfig;