We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc7d48 commit 0c08832Copy full SHA for 0c08832
apps/codingcatdev/scripts/podcast-dev-to.js
@@ -56,7 +56,7 @@ for await (const file of g) {
56
body_markdown: `
57
Original: https://codingcat.dev/${TYPE}/${fm.slug}
58
59
-{% youtube ${fm?.youtube} %}
+{% youtube ${fm?.youtube?.replace('live', 'embed')} %}
60
61
{% spotify spotify:episode:${fm?.spotify?.split('/')?.at(-1)?.split('?')?.at(0)} %}
62
0 commit comments