UPDATE: next16
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m11s

This commit is contained in:
2025-11-18 14:14:20 +07:00
parent 7ba4acfab8
commit ff0d0fd08d
5 changed files with 412 additions and 238 deletions

View File

@@ -31,10 +31,6 @@ const nextConfig: NextConfig = {
},
],
},
eslint: {
ignoreDuringBuilds: true,
},
};
export default withBundleAnalyzer(withNextIntl(nextConfig));