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