Small fix

This commit is contained in:
cdricms
2025-01-31 18:52:49 +01:00
parent c90e2a8844
commit 0595f5dba7
4 changed files with 8 additions and 2 deletions

View File

@@ -8,6 +8,9 @@ const apiUrl =
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
compiler: {
removeConsole: process.env.NODE_ENV === "production",
},
images: {
remotePatterns: [
{