gemini-codrawing / next.config.mjs
Trudy's picture
first commit
eceac5b
raw
history blame
118 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
export default nextConfig;