memorial/next.config.mjs

9 lines
132 B
JavaScript
Raw Normal View History

2024-03-12 05:57:01 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
compiler: {
styledComponents: true
}
}
export default nextConfig