nuxt / http

Universal HTTP Module for Nuxt.js
https://http.nuxtjs.org
MIT License
229 stars 51 forks source link

Issue with Nuxt 3 publicRuntimeConfig? #208

Open justindasilva opened 2 years ago

justindasilva commented 2 years ago

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

browserBaseURL: process.env.BROWSER_BASE_URL,