hacksu / khe-revengeance

The website for KHE staff and attendees used for KHE 2024.
https://khe.io/
0 stars 1 forks source link

Pages should have meta tags #49

Open toBeOfUse opened 5 months ago

toBeOfUse commented 5 months ago

Pages on the public site should have meta tags with a title, description, and thumbnail image, so that linking to them on e.g. Discord displays a little useful preview. vite-ssg, which builds the public site, says to use @unhead/vue to add that information to the \ per-page.

toBeOfUse commented 4 months ago

I started doing this with the new hackathon guide page, it's pretty simple

https://github.com/hacksu/khe-revengeance/blob/f4ab1db44af0a3b0ed60b5105016fb7485797299/public-frontend/src/views/Guide.vue#L649-L658

toBeOfUse commented 4 months ago

Added meta tags to home page also