aaronjy-me/next.config.mjs
2024-03-12 21:52:17 +00:00

7 lines
135 B
JavaScript

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