memorial/next.config.mjs

10 lines
152 B
JavaScript
Raw Permalink Normal View History

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