🚚 update path to frontpage image

This commit is contained in:
Sindre Kjelsrud 2023-12-09 21:38:57 +01:00
parent 0fb536e4cf
commit b3714b0412

View file

@ -32,7 +32,7 @@ import SectionContainer from '../components/SectionContainer.astro';
.profile { .profile {
width: 10rem; width: 10rem;
height: 10rem; height: 10rem;
background: url("../../assets/pb.jpg"); background: url("/src/static/pb.jpg");
background-size: cover; background-size: cover;
border-radius: 9999px; border-radius: 9999px;
} }