update
This commit is contained in:
@@ -12,6 +12,12 @@ useHead({
|
||||
{ name: "description", content: siteConfig.siteMeta.description },
|
||||
{ name: "author", content: siteConfig.siteMeta.author },
|
||||
],
|
||||
link: [
|
||||
{
|
||||
rel: "canonical",
|
||||
href: `${siteConfig.siteMeta.url}/${path}`,
|
||||
},
|
||||
],
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user