Skip to content

Commit 0c08832

Browse files
committed
fix live embeds
1 parent fbc7d48 commit 0c08832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/codingcatdev/scripts/podcast-dev-to.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ for await (const file of g) {
5656
body_markdown: `
5757
Original: https://codingcat.dev/${TYPE}/${fm.slug}
5858
59-
{% youtube ${fm?.youtube} %}
59+
{% youtube ${fm?.youtube?.replace('live', 'embed')} %}
6060
6161
{% spotify spotify:episode:${fm?.spotify?.split('/')?.at(-1)?.split('?')?.at(0)} %}
6262

0 commit comments

Comments
 (0)