aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hovercard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/hovercard.js b/hovercard.js
index a4b7506..a7f2c6d 100644
--- a/hovercard.js
+++ b/hovercard.js
@@ -66,7 +66,7 @@ var hovercards = {
hovercards[url] = {"description": desc}
}
} else {
- let req = 'https://indieweb-glue.evgenykuznetsov.org/api/opengraph?url=';
+ let req = 'https://indieweb-glue.evgenykuznetsov.org/api/pageinfo?url=';
req += url;
const r = encodeURI(req);
var xmlhttp = new XMLHttpRequest();