We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3e133 commit a0986aaCopy full SHA for a0986aa
1 file changed
src/pages/projects.astro
@@ -114,8 +114,8 @@ import CodeAnimatorGif from "@/images/code-animation.gif";
114
</span>
115
<iframe
116
src={import.meta.env.PROD
117
- ? "https://bjoernf.com/fun/habits/embed?tracker=e25a4788-21a5-40db-9af2-6d20d84010a5"
118
- : "http://localhost:4321/fun/habits/embed?tracker=5f6d41c6-a2b4-4674-b7dc-29b2bff3d8e8"}
+ ? "https://bjoernf.com/fun/habits/embed?tracker=09ff0ea7-60bd-40b0-815e-2349bcb9a619"
+ : "http://localhost:4321/fun/habits/embed?tracker=dbc1b4cf-c0ce-4cf7-aea5-0d2f0de7783e"}
119
width="100%"
120
style="border:none; min-height: 180px;"></iframe>
121
</div>
0 commit comments