Files

13 lines
201 B
JavaScript
Raw Permalink Normal View History

2026-06-15 19:01:02 +08:00
/** @type {import('next').NextConfig} */
const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
images: {
unoptimized: true,
},
output: 'export',
}
export default nextConfig