Upgraded to Astro 5.2.5 and fixed content collections
This commit is contained in:
parent
298b91262e
commit
eec488ddff
28 changed files with 290 additions and 198 deletions
src/pages
|
@ -3,10 +3,10 @@ import Layout from '@layouts/Layout.astro'
|
|||
import ServantSection from '@layouts/servantSection.astro'
|
||||
|
||||
import ServantCard from '@components/cards/servantCard.astro'
|
||||
import servantdata from '@content/data/servantdata.json'
|
||||
import servantdata from '@datafiles/servantdata.json'
|
||||
|
||||
import CeCard from '@components/cards/ceCard.astro'
|
||||
import cedata from '@content/data/cedata.json'
|
||||
import cedata from '@datafiles/cedata.json'
|
||||
import SmallTitle from '@components/titles/smallTitle.astro'
|
||||
|
||||
const description =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue