Files
twimg-frontend/next.config.js
Logan Cusano 7d3f08cae9 init
2025-07-13 19:03:13 -04:00

7 lines
128 B
JavaScript

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