Commit b399b15
authored
fix(blog): replace broken video iframes with Youtube component (#7729)
Blog posts used iframes pointing to local file paths (e.g. /blog/.../imgs/vXvfrfqqDbU)
instead of YouTube URLs. These local files were saved YouTube HTML pages served without
a proper Content-Type, causing browsers to download them instead of rendering.
Replaced with the existing <Youtube> component and deleted the stale HTML files.
Affected posts:
- from-rust-to-typescript-a-new-chapter-for-prisma-orm
- iopool-customer-success-story-ulscwvaqzxoa
- watch-prisma-day-talks-z11sg6ipb3i11 parent 7a5b77c commit b399b15
6 files changed
Lines changed: 5 additions & 50 deletions
File tree
- apps/blog
- content/blog
- from-rust-to-typescript-a-new-chapter-for-prisma-orm
- iopool-customer-success-story-ulscwvaqzxoa
- watch-prisma-day-talks-z11sg6ipb3i1
- public
- from-rust-to-typescript-a-new-chapter-for-prisma-orm/imgs
- iopool-customer-success-story-ulscwvaqzxoa/imgs
- watch-prisma-day-talks-z11sg6ipb3i1/imgs
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
Lines changed: 3 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 41 | + | |
49 | 42 | | |
50 | 43 | | |
51 | 44 | | |
| |||
Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 0 additions & 10 deletions
This file was deleted.
0 commit comments