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