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",
|
"name": "@firq/fgosite",
|
||||||
"version": "0.2.0-pre.93",
|
"version": "0.2.0-pre.94",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@firq/fgosite",
|
"name": "@firq/fgosite",
|
||||||
"version": "0.2.0-pre.93",
|
"version": "0.2.0-pre.94",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astro-community/astro-embed-youtube": "^0.5.6",
|
"@astro-community/astro-embed-youtube": "^0.5.6",
|
||||||
"@astrojs/check": "^0.9.4",
|
"@astrojs/check": "^0.9.4",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@firq/fgosite",
|
"name": "@firq/fgosite",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.2.0-pre.93",
|
"version": "0.2.0-pre.94",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
|
|
|
@ -3,7 +3,7 @@ import SmallTitle from '@components/titles/smallTitle.astro'
|
||||||
import Layout from './Layout.astro'
|
import Layout from './Layout.astro'
|
||||||
const { frontmatter } = Astro.props
|
const { frontmatter } = Astro.props
|
||||||
|
|
||||||
const title = `${frontmatter.title} - Firq FGO Site`
|
const title = `${frontmatter.title} - firq.dev`
|
||||||
const description = frontmatter.description
|
const description = frontmatter.description
|
||||||
const options_date: Intl.DateTimeFormatOptions = {
|
const options_date: Intl.DateTimeFormatOptions = {
|
||||||
year: 'numeric',
|
year: 'numeric',
|
||||||
|
|
|
@ -8,7 +8,7 @@ const description = "Error. This shouldn't happen :/"
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout
|
<Layout
|
||||||
title="404 - Firq FGO Site"
|
title="404 - firq.dev"
|
||||||
currentpage="404"
|
currentpage="404"
|
||||||
descriptionOverride={description}
|
descriptionOverride={description}
|
||||||
>
|
>
|
||||||
|
|
|
@ -16,7 +16,7 @@ const subtext =
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout
|
<Layout
|
||||||
title="About - Firq FGO Site"
|
title="About - firq.dev"
|
||||||
currentpage="about"
|
currentpage="about"
|
||||||
descriptionOverride={description}
|
descriptionOverride={description}
|
||||||
>
|
>
|
||||||
|
|
|
@ -17,7 +17,7 @@ blogEntries.sort(
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout
|
<Layout
|
||||||
title="Blog - Firq FGO Site"
|
title="Blog - firq.dev"
|
||||||
currentpage="blog"
|
currentpage="blog"
|
||||||
descriptionOverride={description}
|
descriptionOverride={description}
|
||||||
>
|
>
|
||||||
|
|
|
@ -32,7 +32,7 @@ data.map((item) => { item.origin = "First 120 on NA" })
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout
|
<Layout
|
||||||
title="FGO - Firq FGO Site"
|
title="FGO - firq.dev"
|
||||||
currentpage="fgo"
|
currentpage="fgo"
|
||||||
descriptionOverride={description}
|
descriptionOverride={description}
|
||||||
>
|
>
|
||||||
|
|
|
@ -12,7 +12,7 @@ const description =
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout
|
<Layout
|
||||||
title="Home - Firq FGO Site"
|
title="Home - firq.dev"
|
||||||
currentpage="home"
|
currentpage="home"
|
||||||
descriptionOverride={description}
|
descriptionOverride={description}
|
||||||
>
|
>
|
||||||
|
|
|
@ -14,7 +14,7 @@ const subtext =
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout
|
<Layout
|
||||||
title="Projects - Firq FGO Site"
|
title="Projects - firq.dev"
|
||||||
currentpage="projects"
|
currentpage="projects"
|
||||||
descriptionOverride={description}
|
descriptionOverride={description}
|
||||||
>
|
>
|
||||||
|
|
|
@ -13,7 +13,7 @@ const description =
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout
|
<Layout
|
||||||
title="Servants - Firq FGO Site"
|
title="Servants - firq.dev"
|
||||||
currentpage="fgo"
|
currentpage="fgo"
|
||||||
descriptionOverride={description}
|
descriptionOverride={description}
|
||||||
>
|
>
|
||||||
|
|
|
@ -35,7 +35,7 @@ const description = 'A collection of TAs previously completed be Firq.'
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout
|
<Layout
|
||||||
title="TA Collection - Firq FGO Site"
|
title="TA Collection - firq.dev"
|
||||||
currentpage="fgo"
|
currentpage="fgo"
|
||||||
descriptionOverride={description}
|
descriptionOverride={description}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue