fix: change html lang header to en

This commit is contained in:
Jozef Steinhübl 2024-08-07 15:03:01 +02:00
parent 449e369d63
commit 6678ded2f9
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -3,7 +3,7 @@ import { CONFIG } from "~/config";
import { GoogleFontsOptimizer } from "astro-google-fonts-optimizer";
---
<html lang="sk-SK">
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />