We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52567ec commit 0b3374bCopy full SHA for 0b3374b
_includes/layout.tsx
@@ -34,7 +34,7 @@ export default function Layout(data: Lume.Data) {
34
title={data.title}
35
description={description}
36
section={section}
37
- url={data.url}
+ url={`${data.site?.location ?? ""}${data.url}`}
38
/>
39
<meta
40
name="keywords"
0 commit comments