Open justindasilva opened 2 years ago
Maybe someone else can verify, but I think there might have been a change recently with how publicRuntimeConfig works.
publicRuntimeConfig
This line here doesn't seem to be working anymore in my nuxt.config.ts
nuxt.config.ts
browserBaseURL: process.env.BROWSER_BASE_URL,
Maybe someone else can verify, but I think there might have been a change recently with how
publicRuntimeConfig
works.This line here doesn't seem to be working anymore in my
nuxt.config.ts