Files
lander/next.config.js
usernames122 2f72eb55ab Bullshit
2025-08-09 01:12:10 +02:00

7 lines
120 B
JavaScript

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