mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-03 10:25:00 +01:00
add html language tag
This commit is contained in:
parent
a093eb5f21
commit
f9960a1d40
@ -14,6 +14,8 @@ const SEO = ({ project, meta }) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Helmet>
|
<Helmet>
|
||||||
|
<html lang="en" />
|
||||||
|
|
||||||
{/* General tags */}
|
{/* General tags */}
|
||||||
<meta name="description" content={description} />
|
<meta name="description" content={description} />
|
||||||
<meta name="image" content={image} />
|
<meta name="image" content={image} />
|
||||||
|
Loading…
Reference in New Issue
Block a user