
SSG
= for static pages at fixed urls , /about etc (basically pre-rendering to static html in /dist )
SSR
= spa pages where metadata injected based on space
already done for space urls in netlify edge func
for ease of maintenance and additional seo, other static pages may be served from kinopio-client
replace vite.config w nuxt.config
What’s the relationship bw both. To upgrade vue do I need to upgrade nuxt? And vice versa?
Nuxt is a bit more magical and has auto module importing tho
Nuxt replacing vue in package.json means that vue upgrades limited to nuxt support?
not owned by vercel, so less enshittification risk
it’s documentation is the most barebones
good if i was only doing one static page, but i think it’s very likely the marketing page would have subpages . i really don’t like how it requires putting routing logic in vite.config
pages.cms
/about , about/features , about/work
/help, help/post
/api docs
less breaking releases
folder based routing has some clarity advantages over file based
less architecture changes
for seo purposes, need to serve static marketing site to new users