mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-18 03:15:09 +01:00
Ready for publishing
This commit is contained in:
@@ -6,8 +6,8 @@ import Header from '../components/Header.astro'
|
||||
import Footer from '../components/Footer.astro'
|
||||
|
||||
const {
|
||||
title = 'Motschen',
|
||||
description = 'A starter project with accessibility features using Astro static site builder. Contains accessible landmarks, skip links, a dark mode color scheme, better focus outline and keyboard menu navigation.',
|
||||
title = 'MidnightDust',
|
||||
description = 'Modding done with passion',
|
||||
url,
|
||||
image = '/social-preview-image.png',
|
||||
author = 'Martin Prokoph',
|
||||
@@ -21,7 +21,7 @@ const {
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
|
||||
<!-- favicon -->
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
|
||||
<SiteMeta
|
||||
title={title}
|
||||
|
||||
Reference in New Issue
Block a user