Changed Firq FGO Site to firq.dev

This commit is contained in:
Firq 2025-04-12 19:05:52 +02:00
parent 66c9220468
commit 08b2227b22
Signed by: Firq
GPG key ID: DCE182BA39C697B2
11 changed files with 12 additions and 12 deletions
src/layouts

View file

@ -3,7 +3,7 @@ import SmallTitle from '@components/titles/smallTitle.astro'
import Layout from './Layout.astro'
const { frontmatter } = Astro.props
const title = `${frontmatter.title} - Firq FGO Site`
const title = `${frontmatter.title} - firq.dev`
const description = frontmatter.description
const options_date: Intl.DateTimeFormatOptions = {
year: 'numeric',