From 1d993046c2d0c2526df4e77e23b7390d192e5a96 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Mon, 17 Jun 2024 09:19:50 +0300 Subject: [PATCH] use bg static URL for the time being will fix once tagged --- docs/stylesheets/extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index d856cef14..364e2f144 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -90,7 +90,7 @@ } body { - background-image: url("/assets/blossom_valley.jpg"); + background-image: url("https://github.com/gethomepage/homepage/blob/main/docs/assets/blossom_valley.jpg?raw=true"); background-size: cover; background-attachment: fixed; background-position: center;