Skip to content

Commit

Permalink
add lang in head
Browse files Browse the repository at this point in the history
  • Loading branch information
Holtz Yan authored and Holtz Yan committed Sep 26, 2023
1 parent 3f21f40 commit 543ad04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SEO.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const SEO = ({ title, seoDescription, keywords }) => {
return (
<>
<title>{title}</title>
<html lang="en" />
<link
href="https://fonts.googleapis.com/css?family=Roboto|Montserrat"
rel="stylesheet"
Expand Down

0 comments on commit 543ad04

Please sign in to comment.