nuxt-ssr-firebase
nuxt-ssr-firebase copied to clipboard
Are static assets served via the ssrapp function?
Does this approach cause static assets to be served via the function?
https://github.com/williamchong/nuxt-ssr-firebase/blob/master/firebase.json#L10
Static resources are copied into public folder, which is deployed onto firebase hosting. request to static assets should hit hosting not function