Use dynamic background based on day

This commit is contained in:
BlossomiShymae
2024-06-12 19:06:25 -05:00
parent 76d02522ad
commit 610f0c7304
4 changed files with 24 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ export default defineNuxtConfig({
head: {
htmlAttrs: {
"data-bs-theme": "dark",
"style": "background-image: url('https://raw.communitydragon.org/14.9/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/498000.jpg');"
},
bodyAttrs: {
class: "h-100"