changed site title and favicon

This commit is contained in:
2026-03-30 09:16:14 +13:00
parent e576d7dcd0
commit 670043f5e7

View File

@@ -3,7 +3,7 @@
// all pages through the use of the <BaseHead /> component. // all pages through the use of the <BaseHead /> component.
import '../styles/global.css'; import '../styles/global.css';
import type { ImageMetadata } from 'astro'; import type { ImageMetadata } from 'astro';
import FallbackImage from '../assets/blog-placeholder-1.jpg'; import FallbackImage from '../assets/Icon.svg';
import { SITE_TITLE } from '../consts'; import { SITE_TITLE } from '../consts';
interface Props { interface Props {