Fix canonical URL to use Astro.url.href
This commit is contained in:
@@ -18,7 +18,7 @@ const { title = 'MoreminiMore - ที่ปรึกษาองค์กร AI
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content={description} />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<link rel="canonical" href={Astro.url} />
|
||||
<link rel="canonical" href={Astro.url.href} />
|
||||
|
||||
<!-- Security Headers -->
|
||||
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
|
||||
|
||||
Reference in New Issue
Block a user