From b3714b0412abd2dd5f925dd59cce8e00be61e7e9 Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Sat, 9 Dec 2023 21:38:57 +0100 Subject: [PATCH] :truck: update path to frontpage image --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 8eb5e88..1965062 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -32,7 +32,7 @@ import SectionContainer from '../components/SectionContainer.astro'; .profile { width: 10rem; height: 10rem; - background: url("../../assets/pb.jpg"); + background: url("/src/static/pb.jpg"); background-size: cover; border-radius: 9999px; }