diff --git a/components/JsonToHtml/renderOptions.tsx b/components/JsonToHtml/renderOptions.tsx
index 48459c59b..e56b0a6de 100644
--- a/components/JsonToHtml/renderOptions.tsx
+++ b/components/JsonToHtml/renderOptions.tsx
@@ -323,7 +323,7 @@ export const renderOptions: RenderOptions = {
// If entry is not an ImageContainer, it is a page and we return it as a link
const props = extractPossibleAttributes(node.attrs)
const href =
- entry.node?.web?.original_url ??
+ entry.node?.web?.original_url ||
`/${entry.node.system.locale}${entry.node.url}`
return (