Skip to content

Commit

Permalink
fix: remove text
Browse files Browse the repository at this point in the history
  • Loading branch information
yongsk0066 committed Jun 15, 2024
1 parent a7c89da commit 1dd9c6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Head.astro
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ const { title, description, image = "/nano.png" } = Astro.props;
if (navigator.share) {
navigator.share({
title: document.title,
text: document.querySelector('meta[name="description"]').content,
url: url,
});
} else {
Expand Down

0 comments on commit 1dd9c6e

Please sign in to comment.