diff --git a/docs/more/sponsors.md b/docs/more/sponsors.md index f626f75b268..1046d3544d4 100644 --- a/docs/more/sponsors.md +++ b/docs/more/sponsors.md @@ -55,3 +55,11 @@ These companies help the Homepage project by providing services, tools, and reso

+ + diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 8abaf640119..4dd8a4b175b 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -92,7 +92,7 @@ } body { - background-image: url("/assets/blossom_valley.jpg"); + background-image: url("https://raw.githubusercontent.com/gethomepage/homepage/main/docs/assets/blossom_valley.jpg"); background-size: cover; background-attachment: fixed; background-position: center;