ergonomie

This commit is contained in:
2026-02-08 21:38:31 +04:00
parent 412148a254
commit f86f4cf705
3 changed files with 17 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ const { title } = Astro.props;
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{title} | Hebel</title>
<title>{title}</title>
<ClientRouter />
</head>
<body>