Skip to content

Commit

Permalink
fix(canonical meta): use absolute url
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Mar 28, 2023
1 parent d511f58 commit d626fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default {
HEAD.link.push({
hid: 'canonical',
rel: 'canonical',
href: RESOLVED_CANONICAL_ROUTE.href
href: ABSOLUTE_URL
})
// OG Image
Expand Down

0 comments on commit d626fed

Please sign in to comment.