Upgraded to Astro 5.2.5 and fixed content collections

This commit is contained in:
Firq 2025-02-06 19:08:51 +01:00
parent 298b91262e
commit eec488ddff
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
28 changed files with 290 additions and 198 deletions
src/data/datafiles

View file

@ -0,0 +1,42 @@
[
{
"title": "Astro",
"link": "https://astro.build",
"imageFile": "astro.webp"
},
{
"title": "Forgejo",
"link": "https://forgejo.org/",
"imageFile": "forgejo.webp"
},
{
"title": "Docker",
"link": "https://www.docker.com/",
"imageFile": "docker.webp"
},
{
"title": "Dockge",
"link": "https://github.com/louislam/dockge",
"imageFile": "dockge.png"
},
{
"title": "Typescript",
"link": "https://www.typescriptlang.org/",
"imageFile": "typescript.webp"
},
{
"title": "NodeJS",
"link": "https://nodejs.org/",
"imageFile": "nodejs.webp"
},
{
"title": "serve by @warren-bank",
"link": "https://www.npmjs.com/package/@warren-bank/serve",
"imageFile": "serve.webp"
},
{
"title": "Unlight-house",
"link": "https://unlighthouse.dev/",
"imageFile": "unlighthouse.webp"
}
]