vite-pwa / docs

Documentation: PWA integrations for Vite and the ecosystem
https://vite-pwa-org.netlify.app/
MIT License
197 stars 44 forks source link

Nuxt SSR (data-ssr="false") #89

Open woldtwerk opened 12 months ago

woldtwerk commented 12 months ago

When I include '@vite-pwa/nuxt' in modules I get data-ssr="false". The page is never server rendered. When I exclude it, data-ssr is true again. Why does this happen?

userquin commented 12 months ago

Check https://github.com/vite-pwa/nuxt/issues/74