From c093116774702f57d81e52c259c163563b52c116 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Sep 2025 16:44:06 -0700 Subject: fix image paths in build --- src/pages/projects.astro | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/pages/projects.astro') diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 8a9fdee..c908d0e 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -20,7 +20,7 @@ import Card from "../components/Card.astro"; language="Javascript" languageColor="#f1e05a" year="2023" - image="/assets/patchwork.png" + image="/patchwork.png" imageAlt="Screenshot of Patchwork Archive site" tags={["React", "Python", "MySQL" , "S3 Storage", "TailwindCSS"]} /> @@ -40,7 +40,7 @@ import Card from "../components/Card.astro"; language="Python" languageColor="#3572A5" year="2023" - image="/assets/phase-tracker.png" + image="/phase-tracker.png" tags={["Python", "Next.js", "Tailwind", "SSR", "Chart.js", "PostgreSQL", "YouTube API"]} /> @@ -115,7 +115,7 @@ import Card from "../components/Card.astro"; language="Python" languageColor="#3572A5" year="2023" - image="assets/link.png" + image="/link.png" imageAlt="Moekyun Link Shortener Screenshot" tags={["Python", "Flask", "PostgreSQL", "Redis"]} /> @@ -126,7 +126,7 @@ import Card from "../components/Card.astro"; language="C#" languageColor="#178600" year="2023" - image="assets/malmstone.png" + image="/malmstone.png" imageAlt="FFXIV Malmstone Plugin Screenshot" tags={["C#", "ImGui"]} /> -- cgit v1.2.3