diff --git a/website/src/layouts/Layout.astro b/website/src/layouts/Layout.astro index fbd9759..e4eafd3 100644 --- a/website/src/layouts/Layout.astro +++ b/website/src/layouts/Layout.astro @@ -1,6 +1,7 @@ --- const { frontmatter } = Astro.props || {} const { title } = frontmatter || Astro.props +const canonicalURL = new URL(Astro.url.pathname, Astro.site); import '../styles/_style.css' --- @@ -26,6 +27,7 @@ import '../styles/_style.css' +