diff --git a/src/pages/pek2024/sessions/[id].astro b/src/pages/pek2024/sessions/[id].astro index 8aec306..6415ea3 100644 --- a/src/pages/pek2024/sessions/[id].astro +++ b/src/pages/pek2024/sessions/[id].astro @@ -9,6 +9,7 @@ import { fetchTags } from '../../../utils/fetchTags'; import { getAffiliation, getJobTitle, getSpeakerProfile, getTalkAbstract } from '../../../utils/pek2024/fortee'; import { type PEK2024ProposalList } from '../../../types'; import TeamTopologiesSeminarBanner from '~/components/pek2024/TeamTopologiesSeminarBanner.astro'; +import { Icon } from 'astro-icon/components'; export async function getStaticPaths() { const { data } = await axios.get( @@ -79,14 +80,13 @@ const talkAbstract = getTalkAbstract(session.abstract); })} - {'videoUrl' in session && session.videoUrl && ( + {'video_url' in session && session.video_url && (
-
-
登壇動画
+