But I need help deploying my nuxt app in production
I'm currently running into the issue that my nuxt app (built with
generate
generate
, ie SSG), and I can't find a way to make it use the right api base url to perform the requests through to the other docker container where the api is exposed through the docker network (but I don't want to expose the api to the public).
Anyone with experience with that that can help me out?