Skip to content

Commit 068f1db

Browse files
Og url update (#1579)
1 parent 0b3374b commit 068f1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function Layout(data: Lume.Data) {
3434
title={data.title}
3535
description={description}
3636
section={section}
37-
url={`${data.site?.location ?? ""}${data.url}`}
37+
url={`https://docs.deno.com${data.url}`}
3838
/>
3939
<meta
4040
name="keywords"

0 commit comments

Comments
 (0)