Skip to content

Commit

Permalink
chore: add <html lang> attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
xicri committed Nov 22, 2024
1 parent 27c05ab commit f04b11c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
const { htmlAttrs, meta, link } = useLocaleHead({
dir: true,
key: "id",
lang: true,
seo: true,
}).value;
const lang: "en-US" | "ja-JP" | "zh-CN" = htmlAttrs?.lang ?? "en-US";
Expand Down

0 comments on commit f04b11c

Please sign in to comment.