Fix canonical link mapping
This commit is contained in:
@@ -100,7 +100,7 @@ if (tree.value) {
|
|||||||
link: [
|
link: [
|
||||||
{
|
{
|
||||||
rel: "canonical",
|
rel: "canonical",
|
||||||
href: config.public.baseUrl + '/' + route.params.slug
|
href: config.public.baseUrl + '/tree/' + route.params.slug
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
rel: 'icon',
|
rel: 'icon',
|
||||||
|
|||||||
Reference in New Issue
Block a user