memorial/next.config.mjs

10 lines
152 B
JavaScript

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