Formatted astro files
This commit is contained in:
parent
04ec083b19
commit
c5af572d38
9 changed files with 91 additions and 73 deletions
src/pages
|
@ -9,7 +9,9 @@ const description =
|
|||
'My own small blog. Topics include FGO, TA, Programming, web technologies and more!'
|
||||
|
||||
const questInfo = []
|
||||
const fulldata = import.meta.glob<{ default: filedata }>(`../content/data/*.json`)
|
||||
const fulldata = import.meta.glob<{ default: filedata }>(
|
||||
`../content/data/*.json`
|
||||
)
|
||||
|
||||
for (const [key, value] of Object.entries(fulldata)) {
|
||||
const url = `${Astro.url}/${findSlug(key)}`
|
||||
|
|
|
@ -11,7 +11,7 @@ const description =
|
|||
currentpage="home"
|
||||
descriptionOverride={description}
|
||||
>
|
||||
<Hero />
|
||||
<Hero />
|
||||
</Layout>
|
||||
|
||||
<style></style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue