remove translations
Build and Deploy / build-and-deploy (push) Failing after 1m5s

This commit is contained in:
2026-05-18 12:57:33 +02:00
parent 0d02c1f1c9
commit 10c7ab699f
10 changed files with 59 additions and 699 deletions
+1 -8
View File
@@ -10,7 +10,7 @@ const { title, description = "Theater Ziefen - Coming 2029" } = Astro.props;
---
<!doctype html>
<html lang="de" data-language="de">
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="description" content={description} />
@@ -21,13 +21,6 @@ const { title, description = "Theater Ziefen - Coming 2029" } = Astro.props;
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap" rel="stylesheet">
<title>{title} | Theater Ziefen</title>
<script is:inline>
// Set language immediately before page renders
(function() {
const savedLang = localStorage.getItem('language') || 'de';
document.documentElement.setAttribute('data-language', savedLang);
})();
</script>
</head>
<body>
<main class="min-h-[calc(100vh-200px)] flex flex-col items-center *:w-full">