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