nuxt-ssr-firebase icon indicating copy to clipboard operation
nuxt-ssr-firebase copied to clipboard

What is the purpose of public_base?

Open cliffordh opened this issue 3 years ago • 2 comments

https://github.com/williamchong/nuxt-ssr-firebase/blob/4fba08cccb016b5d11023b75b93496a13ac7f977/firebase.json#L10

I only see public_base referenced once in this repo. What is supposed to go there?

cliffordh avatar May 16 '21 21:05 cliffordh

cp -a src/static/. public would copy everything in static into hosting

williamchong avatar May 17 '21 04:05 williamchong

Thanks @williamchong. I see that, but I also see a folder "public_base".. is that used for anything?

cliffordh avatar May 17 '21 15:05 cliffordh