runtimeConfig not working when website deployed to netlify
I have a server route called
.env
nuxt.config.ts
This is working fine on local.
But, when i deploy the website to netlify. The api doesn't return any data..
https://www.baljeetsingh.in/videos
I have added
am i missing something?
api/youtube-video.env
nuxt.config.ts
This is working fine on local.
But, when i deploy the website to netlify. The api doesn't return any data..
https://www.baljeetsingh.in/videos
I have added
YOUTUBE_API_KEY in the netlify environment variables too.am i missing something?

