Skip to content

Commit 99498be

Browse files
Hyeok KimHyeok Kim
authored andcommitted
url fix
1 parent 2d792b6 commit 99498be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/post-thumb.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="thumbnail mb-2 md:mt-1 grow-0 shrink-0 mr-5">
1414
<div
1515
class="rounded-lg w-[120px] h-[80px] post-thumb-image"
16-
style={`background-image: url(${base}/${post.first_image})`}
16+
style={`background-image: url(${post.first_image})`}
1717
></div>
1818
</div>
1919
{/if}

src/routes/blog/[slug]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<a
108108
target="_blank"
109109
href={'https://bsky.app/intent/compose?text=' +
110-
encodeURIComponent(`Blog post from UW IDL: "${meta.title}" + ${url}`)}
110+
encodeURIComponent(`Blog post from UW IDL: "${meta.title}" ${url}`)}
111111
>
112112
<svg
113113
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)