Commit 3340351
feat(website): add Beyond the Models and Model Jam events (#15307)
## Summary
Add two events to the `/events` page: an upcoming Aug 19 livestream and
the past Aug 10 Comfy Creatives Model Jam recording.
## Changes
- **What**: Two new `ComfyEvent` entries in
`apps/website/src/data/events.ts`.
- `beyond-the-models` — "Using Comfy to Go Beyond the Models" (upcoming,
Aug 19 2026, `liveVideoId`). Renders in the Upcoming section on
`/events` and gets `/events/beyond-the-models`. Includes `media` so it
becomes a valid past-gallery card automatically after it airs.
- `comfy-creatives-model-jam` — "Comfy Creatives Model Jam: MiniMax H3,
Seedance 2.5, Wan Animate 2 & More" (past, Aug 10 2026,
`recordingVideoId`). Renders in the Past gallery and emits VideoObject
JSON-LD on `/events/comfy-creatives-model-jam`.
## Review Focus
- Neither event is featured (no hero carousel) by design — both surface
in their list sections only.
- The past event uses `recordingVideoId` (not `liveVideoId`) so the
already-published recording gets VideoObject structured data.
- zh-CN copy is a machine first-pass, consistent with the file's
existing "pending native review" note.
---------
Co-authored-by: Robin Huang <robin.j.huang@gmail.com>
Co-authored-by: Richard Yu <richard95yu@gmail.com>
Co-authored-by: bymyself <cbyrne@comfy.org>
Co-authored-by: Claude <noreply@anthropic.com>1 parent 19452ac commit 3340351
1 file changed
Lines changed: 45 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
211 | 235 | | |
212 | 236 | | |
213 | 237 | | |
| |||
273 | 297 | | |
274 | 298 | | |
275 | 299 | | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
276 | 321 | | |
277 | 322 | | |
278 | 323 | | |
| |||
0 commit comments