Skip to content

Commit 10548c8

Browse files
authored
fix(demo): Use active domain for examples for ease of testing (#80)
1 parent bd77df6 commit 10548c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: api/templates/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -97,26 +97,26 @@ <h2>What does it look like?</h2>
9797
<a href="https://www.youtube.com/watch?v=6u9BrDaSHJc">
9898
<picture>
9999
<source media="(prefers-color-scheme: dark)"
100-
srcset="https://ytcards.demolab.com/?id=6u9BrDaSHJc&title=Automatically+Deploy+to+Fly.io+with+GitHub+Actions&lang=en&timestamp=1661889604&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&width=250&duration=312">
101-
<img src="https://ytcards.demolab.com/?id=6u9BrDaSHJc&title=Automatically+Deploy+to+Fly.io+with+GitHub+Actions&lang=en&timestamp=1661889604&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&width=250&duration=312"
100+
srcset="/?id=6u9BrDaSHJc&title=Automatically+Deploy+to+Fly.io+with+GitHub+Actions&lang=en&timestamp=1661889604&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&width=250&duration=312">
101+
<img src="/?id=6u9BrDaSHJc&title=Automatically+Deploy+to+Fly.io+with+GitHub+Actions&lang=en&timestamp=1661889604&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&width=250&duration=312"
102102
alt="Automatically Deploy to Fly.io with GitHub Actions"
103103
title="Automatically Deploy to Fly.io with GitHub Actions">
104104
</picture>
105105
</a>
106106
<a href="https://www.youtube.com/watch?v=J7Fm7MdZn_E">
107107
<picture>
108108
<source media="(prefers-color-scheme: dark)"
109-
srcset="https://ytcards.demolab.com/?id=J7Fm7MdZn_E&title=Hosting+a+Python+Discord+Bot+for+Free+with+Fly.io&lang=en&timestamp=1661733947&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&width=250&duration=403">
110-
<img src="https://ytcards.demolab.com/?id=J7Fm7MdZn_E&title=Hosting+a+Python+Discord+Bot+for+Free+with+Fly.io&lang=en&timestamp=1661733947&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&width=250&duration=403"
109+
srcset="/?id=J7Fm7MdZn_E&title=Hosting+a+Python+Discord+Bot+for+Free+with+Fly.io&lang=en&timestamp=1661733947&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&width=250&duration=403">
110+
<img src="/?id=J7Fm7MdZn_E&title=Hosting+a+Python+Discord+Bot+for+Free+with+Fly.io&lang=en&timestamp=1661733947&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&width=250&duration=403"
111111
alt="Hosting a Python Discord Bot for Free with Fly.io"
112112
title="Hosting a Python Discord Bot for Free with Fly.io">
113113
</picture>
114114
</a>
115115
<a href="https://www.youtube.com/watch?v=0p_eQGKFY3I">
116116
<picture>
117117
<source media="(prefers-color-scheme: dark)"
118-
srcset="https://ytcards.demolab.com/?id=0p_eQGKFY3I&title=Making+a+Wordle+Clone+Discord+Bot+with+Python+%28Nextcord%29&lang=en&timestamp=1643925417&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&width=250&duration=2115">
119-
<img src="https://ytcards.demolab.com/?id=0p_eQGKFY3I&title=Making+a+Wordle+Clone+Discord+Bot+with+Python+%28Nextcord%29&lang=en&timestamp=1643925417&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&width=250&duration=2115"
118+
srcset="/?id=0p_eQGKFY3I&title=Making+a+Wordle+Clone+Discord+Bot+with+Python+%28Nextcord%29&lang=en&timestamp=1643925417&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&width=250&duration=2115">
119+
<img src="/?id=0p_eQGKFY3I&title=Making+a+Wordle+Clone+Discord+Bot+with+Python+%28Nextcord%29&lang=en&timestamp=1643925417&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&width=250&duration=2115"
120120
alt="Making a Wordle Clone Discord Bot with Python (Nextcord)"
121121
title="Making a Wordle Clone Discord Bot with Python (Nextcord)">
122122
</picture>

0 commit comments

Comments
 (0)