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
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"version": "0.2.0-pre.93",
|
||||
"version": "0.2.0-pre.94",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@firq/fgosite",
|
||||
"version": "0.2.0-pre.93",
|
||||
"version": "0.2.0-pre.94",
|
||||
"dependencies": {
|
||||
"@astro-community/astro-embed-youtube": "^0.5.6",
|
||||
"@astrojs/check": "^0.9.4",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"type": "module",
|
||||
"version": "0.2.0-pre.93",
|
||||
"version": "0.2.0-pre.94",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
|
@ -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
Reference in a new issue