fix: change lang to en-US

This commit is contained in:
Jozef Steinhübl 2023-05-27 20:08:11 +02:00 committed by GitHub
parent 1f5e5e7dc1
commit 011c20e0cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ const Head = head || DefaultHead;
---
<!DOCTYPE html>
<html lang="sk-SK">
<html lang="en-US">
<head>
<Head {...Astro.props} />
</head>