Skip to content

Commit

Permalink
fix: point to CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
ca057 committed Nov 27, 2024
1 parent 402b003 commit fc16bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coffee/index.webc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
:id="coffee.id"
:style="`background:${blurhashColorRgb(coffee.images.blurhash)};`"
alt=""
:src="`images/${coffee.images['300']}`"
:src="`https://coffeedn.christianost.de/${coffee.images['300']}`"
width="300"
height="300"
loading="lazy"
Expand Down

0 comments on commit fc16bf1

Please sign in to comment.