From 7bb810e1e6198c9a2a4e54bc499897d697b18fdd Mon Sep 17 00:00:00 2001 From: Dmitry Popov Date: Sat, 15 Nov 2025 23:35:59 +0100 Subject: [PATCH] chore: update bg image url --- assets/css/app.css | 2 +- lib/wanderer_app_web/router.ex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index ec916592..cea1ed0c 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -75,7 +75,7 @@ body > div:first-of-type { .maps_bg { /* OLD image */ /* background-image: url('../images/maps_bg.webp'); */ - background-image: url('https://raw.githubusercontent.com/wanderer-industries/wanderer-assets/d65f3a87ba36c26a75f501f34804f1454af96165/images/eve-screen-catalyst-expansion-bg.jpg'); + background-image: url('https://wanderer-industries.github.io/wanderer-assets/images/eve-screen-catalyst-expansion-bg.jpg'); background-size: cover; background-position: center; width: 100%; diff --git a/lib/wanderer_app_web/router.ex b/lib/wanderer_app_web/router.ex index 5d3d8767..9932f216 100644 --- a/lib/wanderer_app_web/router.ex +++ b/lib/wanderer_app_web/router.ex @@ -40,7 +40,7 @@ defmodule WandererAppWeb.Router do "https://images.evetech.net", "https://web.ccpgamescdn.com", "https://images.ctfassets.net", - "https://raw.githubusercontent.com", + "https://wanderer-industries.github.io", "https://w.appzi.io" ]