Skip to content

Commit

Permalink
fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
EndangeredMassa committed Jan 16, 2024
1 parent 6eab0fc commit 2ced4fc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/youtube-link.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function href(youtubeID) {
}

function thumbnail(youtubeID) {
return `https://img.youtube.com/vi/${youtubeID}/maxresdefault.jpg`;
return `/assets/thumb-${youtubeID}.jpg`;
}

<template>
Expand Down
3 changes: 3 additions & 0 deletions app/templates/application.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ class MyRouteComponent extends Component {
<IconButton @icon="linkedin"
@href="https://www.linkedin.com/in/sean-massa/"
@title="link to linkedin.com/in/sean-massa for Sean Massa" />
<IconButton @icon="rss"
@href="/feed.xml"
@title="link to /feed.xml for an RSS feed" />
</div>
<p>
Thanks to <a href="https://kevquirk.com">Kev Quirk</a>
Expand Down
3 changes: 3 additions & 0 deletions public/assets/icon-rss.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/thumb-CcSKlsc_AhQ.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/thumb-c5DMXsBTS0E.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2ced4fc

Please sign in to comment.