diff --git a/web/src/html.js b/web/src/html.js index ccb6d8c91..65cf881b8 100644 --- a/web/src/html.js +++ b/web/src/html.js @@ -325,7 +325,7 @@ async function getHtml(ctx) { } if (requestPath.includes(embedPath)) { - const claimUri = requestPath.replace(embedPath, '').replace(/:/g, '#'); + const claimUri = requestPath.replace(embedPath, '').replace(/:/g, '#').replace('/', '#'); const claim = await resolveClaimOrRedirect(ctx, claimUri, true); if (claim) {