mirror of
https://github.com/handsomezhuzhu/personal-navigation-site.git
synced 2026-02-20 11:46:55 +00:00
Restore site name to match new data comparison. Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
13 lines
183 B
JavaScript
13 lines
183 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
typescript: {
|
|
ignoreBuildErrors: true,
|
|
},
|
|
images: {
|
|
unoptimized: true,
|
|
},
|
|
|
|
}
|
|
|
|
export default nextConfig
|