Fix canonical for post
This commit is contained in:
@ -18,7 +18,7 @@ const { post } = Astro.props;
|
||||
|
||||
const title = `${post.title} — ${SITE.name}`;
|
||||
const description = post.description;
|
||||
const canonical = new URL(`blog/${post.slug}/`, Astro.site);
|
||||
const canonical = new URL(`blog/${post.slug}`, Astro.site);
|
||||
|
||||
const images = import.meta.glob("../../assets/images/*");
|
||||
|
||||
|
Reference in New Issue
Block a user