feat: enable static export for Next.js app on Aliyun ESA

#VERCEL_SKIP

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
This commit is contained in:
v0
2026-01-15 17:08:48 +00:00
parent 21a48723ff
commit 3fa7e207d7

View File

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