my website, hosted on wisp.place

chore: some cleanup

just removing some old stuff i accidentally left around

+1 -4
+1 -1
src/layouts/BlogPost.astro
··· 13 13 } = post.data; 14 14 --- 15 15 16 - <Layout {title} {description} {image} {imageAlt}> 16 + <Layout {title} {description}> 17 17 { 18 18 image && ( 19 19 <img
-1
src/layouts/Layout.astro
··· 6 6 import { ClientRouter } from "astro:transitions"; 7 7 8 8 const { title, description } = Astro.props; 9 - const slug = Astro.url.pathname.split("/").pop() || ""; 10 9 --- 11 10 12 11 <!doctype html>
-2
src/pages/index.astro
··· 6 6 <Layout 7 7 title="home" 8 8 description="hi, i'm devin! :)" 9 - image="https://github.com/intergrav.png?size=256" 10 - imageAlt="my current profile picture on github" 11 9 > 12 10 <img 13 11 src="https://github.com/intergrav.png?size=256"