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 2d792b6 commit 99498beCopy full SHA for 99498be
2 files changed
src/lib/post-thumb.svelte
@@ -13,7 +13,7 @@
13
<div class="thumbnail mb-2 md:mt-1 grow-0 shrink-0 mr-5">
14
<div
15
class="rounded-lg w-[120px] h-[80px] post-thumb-image"
16
- style={`background-image: url(${base}/${post.first_image})`}
+ style={`background-image: url(${post.first_image})`}
17
></div>
18
</div>
19
{/if}
src/routes/blog/[slug]/+page.svelte
@@ -107,7 +107,7 @@
107
<a
108
target="_blank"
109
href={'https://bsky.app/intent/compose?text=' +
110
- encodeURIComponent(`Blog post from UW IDL: "${meta.title}" + ${url}`)}
+ encodeURIComponent(`Blog post from UW IDL: "${meta.title}" ${url}`)}
111
>
112
<svg
113
xmlns="http://www.w3.org/2000/svg"
0 commit comments