Files
lander/next.config.js
2025-08-09 02:13:58 +02:00

7 lines
120 B
JavaScript
Executable File

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