Updates and more
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user