Files
chinese-family-tree-2/next.config.mjs
T
freedakgmail 3d075c6076 0.0.8.5
2025-11-24 14:02:34 +08:00

14 lines
201 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
unoptimized: true,
},
experimental: {
turbo: {
root: process.cwd(),
},
},
}
export default nextConfig