Open cliffordh opened 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?
cp -a src/static/. public would copy everything in static into hosting
cp -a src/static/. public
Thanks @williamchong. I see that, but I also see a folder "public_base".. is that used for anything?
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?