Files
chinese-family-tree-2/next.config.mjs
T
freedakgmail 43c8389705 0.0.0.1
2025-11-22 19:52:55 +08:00

12 lines
181 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
images: {
unoptimized: true,
},
}
export default nextConfig