Fixed an oversight in the config file import
All checks were successful
Build and deploy all / build (amiral.json, /var/www/amiral, amiral) (push) Successful in 45s
Build and deploy all / build (atlantis.json, /var/www/atlantis, atlantis) (push) Successful in 43s
Build and deploy all / build (harbor.json, /var/www/harbor, harbor) (push) Successful in 47s
Build and deploy all / deploy (amiral.json, /var/www/amiral, amiral) (push) Successful in 14s
Build and deploy all / deploy (atlantis.json, /var/www/atlantis, atlantis) (push) Successful in 12s
Build and deploy all / deploy (harbor.json, /var/www/harbor, harbor) (push) Successful in 12s
Build and deploy all / notify (push) Successful in 2s

This commit is contained in:
Gu://em_ 2026-04-07 18:02:17 +02:00
parent b70ccb58b7
commit f08620687f

View file

@ -7,7 +7,7 @@ import "./index.css";
import Card from "../components/Card.astro"; import Card from "../components/Card.astro";
import Logo from "../components/Logo.astro"; import Logo from "../components/Logo.astro";
import data from "../data/test.json"; import data from "../data/content.json";
// === Defaults // === Defaults