Heyo, I found out I've been developing with ssr: false the whole time, and I wanted to deploy my website completely statically. Turning SSR on breaks my website and I don't know where to start fixing it.
at <App>
[nitro] [dev] [unhandledRejection] ReferenceError: window is not defined
Using RC-13 nuxt, pinia, all data is gathered through graphql.
Also, how will nuxt know to also statically grab things that only get called for once user clicks a button? (For example music file when user clicks play).