From 02c3834cc5edb1b6be421bc65057992ca68d5595 Mon Sep 17 00:00:00 2001 From: BlossomiShymae <87099578+BlossomiShymae@users.noreply.github.com> Date: Thu, 16 May 2024 14:15:41 -0500 Subject: [PATCH] Fix background image --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 30cb836..c8040e5 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -15,7 +15,7 @@ export default defineNuxtConfig({ head: { htmlAttrs: { "data-bs-theme": "dark", - "style": "background-image: url('https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/champion-splashes/498/498004.jpg');" + "style": "background-image: url('https://raw.communitydragon.org/14.9/plugins/rcp-be-lol-game-data/global/default/v1/champion-splashes/498/498004.jpg');" }, bodyAttrs: { class: "h-100"