Added YtVideo, set enables on site layout for first prod deploy
All checks were successful
Build and Test - Staging / test (pull_request) Successful in 3m47s
Build and Test - Staging / build_and_push (pull_request) Successful in 3m21s
Build and Test - Staging / deploy_staging (pull_request) Successful in 5s

This commit is contained in:
2025-11-10 01:08:36 -08:00
parent 47e10ba05f
commit c966f9302b
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
import type {videoConfig} from "@interfaces/video.ts";
const config: videoConfig = Astro.props.videoConfig;
---
<iframe class="h-128 w-full max-w-1/2" src={config.videoPath}
title={config.videoTitle ?? ""}
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>