Changed Firq FGO Site to firq.dev
This commit is contained in:
parent
66c9220468
commit
08b2227b22
11 changed files with 12 additions and 12 deletions
|
@ -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',
|
||||
|
|
|
@ -8,7 +8,7 @@ const description = "Error. This shouldn't happen :/"
|
|||
---
|
||||
|
||||
<Layout
|
||||
title="404 - Firq FGO Site"
|
||||
title="404 - firq.dev"
|
||||
currentpage="404"
|
||||
descriptionOverride={description}
|
||||
>
|
||||
|
|
|
@ -16,7 +16,7 @@ const subtext =
|
|||
---
|
||||
|
||||
<Layout
|
||||
title="About - Firq FGO Site"
|
||||
title="About - firq.dev"
|
||||
currentpage="about"
|
||||
descriptionOverride={description}
|
||||
>
|
||||
|
|
|
@ -17,7 +17,7 @@ blogEntries.sort(
|
|||
---
|
||||
|
||||
<Layout
|
||||
title="Blog - Firq FGO Site"
|
||||
title="Blog - firq.dev"
|
||||
currentpage="blog"
|
||||
descriptionOverride={description}
|
||||
>
|
||||
|
|
|
@ -32,7 +32,7 @@ data.map((item) => { item.origin = "First 120 on NA" })
|
|||
---
|
||||
|
||||
<Layout
|
||||
title="FGO - Firq FGO Site"
|
||||
title="FGO - firq.dev"
|
||||
currentpage="fgo"
|
||||
descriptionOverride={description}
|
||||
>
|
||||
|
|
|
@ -12,7 +12,7 @@ const description =
|
|||
---
|
||||
|
||||
<Layout
|
||||
title="Home - Firq FGO Site"
|
||||
title="Home - firq.dev"
|
||||
currentpage="home"
|
||||
descriptionOverride={description}
|
||||
>
|
||||
|
|
|
@ -14,7 +14,7 @@ const subtext =
|
|||
---
|
||||
|
||||
<Layout
|
||||
title="Projects - Firq FGO Site"
|
||||
title="Projects - firq.dev"
|
||||
currentpage="projects"
|
||||
descriptionOverride={description}
|
||||
>
|
||||
|
|
|
@ -13,7 +13,7 @@ const description =
|
|||
---
|
||||
|
||||
<Layout
|
||||
title="Servants - Firq FGO Site"
|
||||
title="Servants - firq.dev"
|
||||
currentpage="fgo"
|
||||
descriptionOverride={description}
|
||||
>
|
||||
|
|
|
@ -35,7 +35,7 @@ const description = 'A collection of TAs previously completed be Firq.'
|
|||
---
|
||||
|
||||
<Layout
|
||||
title="TA Collection - Firq FGO Site"
|
||||
title="TA Collection - firq.dev"
|
||||
currentpage="fgo"
|
||||
descriptionOverride={description}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue