We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e7e29 commit a47f2c3Copy full SHA for a47f2c3
1 file changed
ghap-embed.js
@@ -368,7 +368,7 @@ class GhostActivityPubEmbed extends HTMLElement {
368
369
const proxyMode = proxy.hostname !== url.hostname;
370
371
- const path = endpoint.replace('www.', '').replace(`${url.origin}/.ghost/activitypub/`, '');
+ const path = endpoint.replace(`${url.origin}/.ghost/activitypub/`, '');
372
373
const baseUrl = proxyMode ? proxy.origin : url.origin;
374
0 commit comments