theme_basics: Fix background image path

This commit is contained in:
Karol Lewandowski 2022-05-10 15:36:52 +02:00
parent 8b00c3e6a1
commit a007255d0b

View File

@ -43,9 +43,9 @@
}, },
"background": { "background": {
"image": "/austria.png", "image": "austria.png",
"transparency": 10, "transparency": 10,
"fill": "scale", "fill": "scale",
"anchor": "center" "anchor": "center"
} }
} }