mirror of
https://github.com/prdlk/website.git
synced 2026-08-02 09:21:41 +00:00
docs(ui): replace StreamPlayer with YouTube component in AGENTS.md
This commit is contained in:
@@ -11,7 +11,7 @@ Reusable `.astro` components for layout, content rendering, theming, search, and
|
||||
|------|-------------|
|
||||
| `BaseHead.astro` | All `<head>` tags: title, meta, canonical, Open Graph/Twitter, favicons, RSS auto-discovery, webmentions. |
|
||||
| `ExperienceTags.astro` | Renders linked chips for an entry's `experiences` refs; resolves them with `getEntries` and links to `/experience/<id>`. Used by Masthead, Project, and the speaking page. |
|
||||
| `StreamPlayer.astro` | Cloudflare Stream embed — an iframe at `${streamOrigin}/${videoId}/iframe`. Used on speaking detail pages. No external player dependency. |
|
||||
| `YouTube.astro` | Responsive YouTube embed (`youtube-nocookie.com/embed/<id>`). Used on speaking detail pages. No external player dependency. |
|
||||
| `FormattedDate.astro` | `<time>` element formatted per `siteConfig.date`. |
|
||||
| `Paginator.astro` | Prev/next pagination links. |
|
||||
| `Search.astro` | Pagefind search UI (client-side, works only after build). |
|
||||
|
||||
Reference in New Issue
Block a user