Skip to content

Commit 43fcdcb

Browse files
authored
Remove article body from share (#1087)
1 parent 5320cfc commit 43fcdcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/routes/(app)/news/[slug]/+page.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
async function share() {
2323
const shareData = {
2424
title: article?.header ?? "<title missing>",
25-
text: article?.body ?? "<body missing>",
2625
url: window.location.href,
2726
};
2827

0 commit comments

Comments
 (0)