Open
Description
What problem does this feature solve?
Currently the default value of browserBaseUrl
is baseUrl
which works correctly if you are running your server on localhost as well. But when running Nuxt with HOST=0.0.0.0
then baseUrl and thus browseBaseUrl still fallbacks to localhost. This is fine for baseUrl, but browserBaseUrl shouldnt probably be pointing to localhost.
Related issue: nuxt/press#2 (as fix in nuxtpress I just added browserBaseUrl: '/'
as option)
What does the proposed changes look like?
Set default value for browserBaseUrl to /