Updates and more

This commit is contained in:
2023-10-12 21:02:57 +02:00
parent f10d4c17d6
commit c5164f2bd3
29 changed files with 803 additions and 147 deletions

View File

@@ -1,14 +1,14 @@
---
import {astroI18n} from "astro-i18n";
import icon from '../images/logo.png';
import {getImage} from "astro:assets";
import {astroI18n} from "astro-i18n";
const { title, description } = Astro.props.frontmatter || Astro.props;
const iconImage = await getImage({src: icon, height: 32, width: 32, format: 'png', quality: 100});
---
<html lang={astroI18n.langCode} class="dark">
<html lang={astroI18n.locale} class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport"