diff --git a/astro.config.mjs b/astro.config.ts similarity index 100% rename from astro.config.mjs rename to astro.config.ts diff --git a/bun.lockb b/bun.lockb index c6b8b86..b9abb01 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 119236a..5d448ef 100644 --- a/package.json +++ b/package.json @@ -10,13 +10,13 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.4.1" + "astro": "^5.5.2" }, "devDependencies": { "@astrojs/check": "^0.9.4", "@biomejs/biome": "^1.9.4", - "@tailwindcss/vite": "^4.0.9", - "tailwindcss": "^4.0.9" + "@tailwindcss/vite": "^4.0.14", + "tailwindcss": "^4.0.14" }, "trustedDependencies": [ "@biomejs/biome", diff --git a/public/icons/beszel.svg b/public/icons/beszel.svg new file mode 100644 index 0000000..3acf0f7 --- /dev/null +++ b/public/icons/beszel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/cupdate.svg b/public/icons/cupdate.svg new file mode 100644 index 0000000..0248d18 --- /dev/null +++ b/public/icons/cupdate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/lodestone.svg b/public/icons/lodestone.svg deleted file mode 100644 index f8bb42c..0000000 --- a/public/icons/lodestone.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/public/icons/redlib.svg b/public/icons/redlib.svg index 2f32e90..9912f9a 100644 --- a/public/icons/redlib.svg +++ b/public/icons/redlib.svg @@ -1,6 +1,3 @@ - - - diff --git a/src/pages/index.astro b/src/pages/index.astro index ae78e34..af77bd5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,14 +4,15 @@ import ServiceCard from "../components/ServiceCard.astro"; const services = [ { serviceName: "WG Easy" }, + { serviceName: "Beszel" }, { serviceName: "Blog", serviceUrl: "https://blog.z0x.home.arpa" }, + { serviceName: "Cupdate" }, { serviceName: "Dockge" }, { serviceName: "Dozzle" }, { serviceName: "Element" }, { serviceName: "Gitea", serviceUrl: "https://git.home.arpa" }, { serviceName: "Home Assistant", serviceUrl: "https://ha.home.arpa" }, { serviceName: "Immich" }, - { serviceName: "Lodestone" }, { serviceName: "Maloja" }, { serviceName: "Navidrome" }, { serviceName: "Radicale" },