Working on Mega Coil
This commit is contained in:
parent
827353f729
commit
8fc270833b
24 changed files with 1347 additions and 1549 deletions
src/pages/teslafest
|
@ -5,7 +5,7 @@ import QuestListing from '../../components/questListing.astro'
|
|||
import DatabaseSection from '../../layouts/databaseSection.astro'
|
||||
import GenericHero from '../../components/genericHero.astro';
|
||||
|
||||
const description = 'NA Teslafest'
|
||||
const description = 'One of the most anticipated events of 2024 - Teslafest. Were the two weeks of time enough for all those quests, even with a parallel lottery?'
|
||||
const fulldata = await getCollection('teslafest')
|
||||
|
||||
fulldata.sort(
|
||||
|
@ -38,7 +38,7 @@ const eq_2020 = fulldata.filter((value) => value.id.startsWith("eq-2020"))
|
|||
<DatabaseSection title="Exhibition Quests: 2020 Revival">
|
||||
{eq_2020.map((quest) => <QuestListing { ...{...quest.data.info, slug: quest.id} } baseurl="teslafest" />)}
|
||||
</DatabaseSection>
|
||||
<DatabaseSection title="Exhibition Quests: 2020 Revival">
|
||||
<DatabaseSection title="Exhibition Quests: 2021 Revival">
|
||||
{eq_2021.map((quest) => <QuestListing { ...{...quest.data.info, slug: quest.id} } baseurl="teslafest" />)}
|
||||
</DatabaseSection>
|
||||
</Layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue