summaryrefslogtreecommitdiff
path: root/www/src/pages/blog/astro-repl.astro
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--www/src/pages/blog/astro-repl.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/src/pages/blog/astro-repl.astro b/www/src/pages/blog/astro-repl.astro
index 91a6c3542..f79c7a1dd 100644
--- a/www/src/pages/blog/astro-repl.astro
+++ b/www/src/pages/blog/astro-repl.astro
@@ -13,7 +13,7 @@ let lang = 'en';
<html lang={ lang ?? 'en' }>
<head>
- <BaseHead title={title} description={description} permalink={permalink} image="https://astro.build/assets/blog/astro-repl/astro-repl-social.jpg" />
+ <BaseHead title={title} description={description} canonicalURL={permalink} image="https://astro.build/assets/blog/astro-repl/astro-repl-social.jpg" />
<link rel="stylesheet" href={Astro.resolve('../../scss/blog.css')} />
</head>