mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-12 20:18:06 +01:00
fix: change html lang header to en
This commit is contained in:
parent
449e369d63
commit
6678ded2f9
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue