krazkidd / lineup

Softball lineup editor made with Nuxt 3 (Vue.js 3)
https://lineup.app.xericode.net
GNU Affero General Public License v3.0
3 stars 2 forks source link

Fix SSR mode #6

Closed krazkidd closed 1 year ago

krazkidd commented 1 year ago

This fixes our use of local storage in a Pinia store in SSR rendering mode. SSR rendering is now possible but is left disabled so that we can continue to deploy to GitHub Pages' and DigitalOcean's free static hosting services.