aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/projects.astro
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-09-03 16:44:06 -0700
committerPinapelz <yukais@pinapelz.com>2025-09-03 16:44:06 -0700
commitc093116774702f57d81e52c259c163563b52c116 (patch)
treead533abcf63098231af50e94cf24f05594bf6ef6 /src/pages/projects.astro
parente406d3de9e8019561f2f2f29919409ba2731b8bc (diff)
fix image paths in build
Diffstat (limited to 'src/pages/projects.astro')
-rw-r--r--src/pages/projects.astro10
1 files changed, 5 insertions, 5 deletions
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"]}
/>
<Card
@@ -68,7 +68,7 @@ import Card from "../components/Card.astro";
language="Typescript"
languageColor="#3178c6"
year="2025"
- image="assets/573.png"
+ image="/573.png"
imageAlt="573-UPDATES site screenshot"
tags={["React", "TypeScript", "Python", "Web Scraping"]}
/>
@@ -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"]}
/>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage