Skip to content

Commit

Permalink
feat: seo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Otter committed Jul 8, 2024
1 parent b01bd47 commit 6e654bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composables/useOpenGraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function useOpenGraph() {
title: page.value.title,
htmlAttrs: {
...page.value.head?.htmlAttrs,
lang: 'ru'
lang
},
// OG: Image
image: {
Expand Down

0 comments on commit 6e654bd

Please sign in to comment.