diff --git a/output/main.js b/output/main.js index e95ea37..2cd5976 100644 --- a/output/main.js +++ b/output/main.js @@ -548,8 +548,7 @@ function addSearchInteractions() { newLocation.hash = hash; if (navigator.share) { navigator.share({ - text: newLocation.href, - url: newLocation.href, + text: newLocation.href }); } else { copyToClipboard(newLocation.href, "Share link copied to clipboard.")