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

Are static assets served via the ssrapp function?

Open cliffordh opened this issue 3 years ago • 1 comments

Does this approach cause static assets to be served via the function?

cliffordh avatar May 16 '21 17:05 cliffordh

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

williamchong avatar May 16 '21 17:05 williamchong