memorial/next.config.mjs

9 lines
132 B
JavaScript

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