williamchong / nuxt-ssr-firebase

A example repo for using nuxt with firebase hosting and cloud functions
https://medium.com/likecoin/quick-nuxt-js-ssr-prototyping-with-firebase-cloud-functions-5277553610a8
54 stars 14 forks source link

What is the purpose of public_base? #32

Open cliffordh opened 3 years ago

cliffordh commented 3 years ago

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?

williamchong commented 3 years ago

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

cliffordh commented 3 years ago

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