import type { NextConfig } from "next"; const nextConfig: NextConfig = { compiler: { styledComponents: true, }, }; export default nextConfig;