Is it possible to deploy a server-side rendering application with nuxt.js (universal ssr mode) and firebase backend on GitHub/Gitlab Page? Gitlab gives its example on nuxt, and I wonder if the dynamic fetching on server side still works.
0
votes
1 Answers
0
votes
These pages are static, so no server side rendering. You could check the nuxt pre-rendering options: https://nuxtjs.org/blog/going-full-static/, not sure what exactly are the limitations here though.