parafiaborzeta/next.config.mjs
2024-05-30 20:10:15 +02:00

10 lines
165 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
compiler: {
styledComponents: true,
},
};
export default nextConfig;