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
|
@ -5,7 +5,7 @@ import ContactSection from '@layouts/contactSection.astro'
|
|||
|
||||
import CustomFooter from '@layouts/customFooter.astro'
|
||||
import TechnologyCard from '@components/cards/technologyCard.astro'
|
||||
import technologydata from '@content/data/technologydata.json'
|
||||
import technologydata from '@datafiles/technologydata.json'
|
||||
import SmallTitle from '@components/titles/smallTitle.astro'
|
||||
|
||||
const description =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue