chore: Update image 4f00fcf3
Steve · 2024-12-07 13:07 2 file(s) · +1 −1
src/assets/pfp.png (added) +0 −0

Binary file — no preview.

src/pages/about.astro +1 −1
1 1
---
2 2
import PageLayout from "@/layouts/Base";
3 3
import { Image } from "astro:assets";
4 -
import aboutImg from "../assets/about-astro.png";
4 +
import aboutImg from "../assets/pfp.png";
5 5
6 6
const meta = {
7 7
	title: "About",