Debug and fix Amplify environment variable access
- Add debugging commands to check environment variables - Improve .env.production file creation logic - Remove env config from next.config.ts to avoid conflicts 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
3a035e9257
commit
627da2c7ec
2 changed files with 11 additions and 5 deletions
|
@ -24,9 +24,6 @@ const nextConfig: NextConfig = {
|
|||
},
|
||||
],
|
||||
},
|
||||
env: {
|
||||
YOUTUBE_API_KEY: process.env.YOUTUBE_API_KEY || '',
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue