mirror of
https://github.com/marcogll/AnchorOS.git
synced 2026-03-15 11:24:26 +00:00
Fix: Remove entire env block from next.config.js
- Remove Next.js env block to prevent build errors - NEXT_PUBLIC_* variables are automatically injected by Coolify at runtime - Fixes: env.NEXT_PUBLIC_SUPABASE_URL is missing error
This commit is contained in:
@@ -23,7 +23,4 @@ const nextConfig = {
|
||||
},
|
||||
compiler: {
|
||||
removeConsole: false, // Temporarily enable logs for debugging 500 errors
|
||||
},
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
|
||||
Reference in New Issue
Block a user