Files
personal-navigation-site/next.config.mjs
v0 7db48b99aa fix: revert site name to "青竹云管理后台"
Restore site name to match new data comparison.

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
2026-02-02 08:54:38 +00:00

13 lines
183 B
JavaScript

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