From cb5c3ab193131dcd61e7ab489e94d8f47a5c0e1e Mon Sep 17 00:00:00 2001 From: schererleander Date: Wed, 25 Jun 2025 01:42:59 +0200 Subject: move all image references to /public/images --- src/pages/Homelab.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/pages/Homelab.tsx') diff --git a/src/pages/Homelab.tsx b/src/pages/Homelab.tsx index c5e9d14..39693d7 100644 --- a/src/pages/Homelab.tsx +++ b/src/pages/Homelab.tsx @@ -1,5 +1,3 @@ -import nasImg from '../assets/nas.webp'; -import piImg from '../assets/pi.webp'; import LinkWithIcon from '../components/LinkWithIcon'; const nasServices = [ @@ -18,7 +16,7 @@ export default function HomelabPage() {

NAS

- NAS + NAS

My custom-built NAS running Unraid hosts the following services. See gear for specs.

@@ -34,13 +32,12 @@ export default function HomelabPage() {

Raspberry Pi

- Raspberry Pi 5 + Raspberry Pi 5

Raspberry Pi 5 (8GB) running Homebridge to integrate non-HomeKit devices. It also serves as a precision NTP server using a Uputronics GPS module.

- {/* VPS */}

VPS

-- cgit v1.3.1