this repo has no description atmosphereconf-vods.wisp.place/
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

use session description

+1 -1
+1 -1
src/routes/videos.$videoSlug.tsx
··· 96 96 meta: [ 97 97 ...buildOgMeta({ 98 98 title: `${session.title} | ATmosphereConf VODs`, 99 - description: descriptionParts.join(" · "), 99 + description: session.description || descriptionParts.join(" · "), 100 100 imagePath: `/og/videos/${session.slug}.png`, 101 101 type: "article", 102 102 }),