Skip to content

Commit d5d26c1

Browse files
Hyeok KimHyeok Kim
authored andcommitted
blog share url fix
1 parent 7753828 commit d5d26c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
$: prevPost = data.prevPost;
1818
$: nextPost = data.nextPost;
1919
$: top_image = data.post.first_image;
20-
$: url = `${hostname}${base}/blog/${meta.web_name}`;
20+
$: url = `${hostname}/blog/${meta.web_name}`;
2121
$: paper = data.paper;
2222
async function copyLink() {
2323
await navigator.clipboard.writeText(url);

0 commit comments

Comments
 (0)