mirror of
https://github.com/xHyroM/website.git
synced 2024-11-22 15:01:05 +01:00
fix: change lang to en-US
This commit is contained in:
parent
1f5e5e7dc1
commit
011c20e0cf
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const Head = head || DefaultHead;
|
||||||
---
|
---
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="sk-SK">
|
<html lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
<Head {...Astro.props} />
|
<Head {...Astro.props} />
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue