Skip to content

Commit

Permalink
fix(conf)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicollguarnizo committed Jan 13, 2025
1 parent 9d57e24 commit b6847ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/epic-web/src/pages/conf/2025/[speaker].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const ConfSpeaker: React.FC<ConfSpeakerPageProps> = ({
meta={{
title: `${speaker.fullName} is speaking at Epic Web Conf 2025`,
ogImage,
description: speaker.bio.substring(0, 157) + '...',
description: speaker.bio?.substring(0, 157) + '...',
}}
>
<LessonProvider
Expand Down

0 comments on commit b6847ed

Please sign in to comment.