chore: enforce theme default

This commit is contained in:
Nicola Zambello 2024-03-14 11:42:38 +02:00
parent 0adb08e209
commit 7780b7690c
Signed by: nzambello
GPG key ID: 56E4A92C2C1E50BA

View file

@ -9,7 +9,7 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site);
---
<!doctype html>
<html lang="en">
<html lang="en" data-theme="dark">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />