We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3374b commit 068f1dbCopy full SHA for 068f1db
_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.site?.location ?? ""}${data.url}`}
+ url={`https://docs.deno.com${data.url}`}
38
/>
39
<meta
40
name="keywords"
0 commit comments