You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a simple website which uses Firestore for the dynamic content, let's say items.
The route is just /item/[id].vue
I am trying to find out the easiest way how to implement light-weight ssr with Vitesse in order to show meta tags when user shares this URL. It is basically title, image, desc.
or maybe SSG pre-rendering, where I would manage a list with all possible URLs and it would render all these pages to html within the build-time . But not sure if this is possible with vite-ssg used in Vitesse.
Also I am a bit confused by vite-ssrvite-ssr-plugin it looks like the vite-ssr-plugin cannot be used with Vitesse in a simple way, is that right?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have a simple website which uses Firestore for the dynamic content, let's say
items
.The route is just
/item/[id].vue
I am trying to find out the easiest way how to implement light-weight ssr with Vitesse in order to show meta tags when user shares this URL. It is basically title, image, desc.
or maybe SSG pre-rendering, where I would manage a list with all possible URLs and it would render all these pages to html within the build-time . But not sure if this is possible with
vite-ssg
used in Vitesse.Also I am a bit confused by
vite-ssr
vite-ssr-plugin
it looks like thevite-ssr-plugin
cannot be used with Vitesse in a simple way, is that right?Thanks for clarify :)
Beta Was this translation helpful? Give feedback.
All reactions