Fix background image url

This commit is contained in:
Melon 2024-03-27 13:19:42 +00:00
parent 3a430db456
commit 8164ed39e1
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -24,7 +24,7 @@ $theme-bg: #242424;
} }
body { body {
background-image: url('jason-leem-50bzI1F6urA-unsplash.jpg'); background-image: url('/jason-leem-50bzI1F6urA-unsplash.jpg');
background-position: center; background-position: center;
} }