Skip to content

Commit fa42dc2

Browse files
committed
Fix image url.
1 parent 2052d08 commit fa42dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/celebration.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ const title = "10 Years of Rust Celebration";
318318
}
319319

320320
&::before {
321-
background-image: url("images/paige.webp");
321+
background-image: url("/images/paige.webp");
322322
background-position: center;
323323
background-size: cover;
324324
background-repeat: no-repeat;

0 commit comments

Comments
 (0)