theme_basics: Fix background image path

This commit is contained in:
Karol Lewandowski 2022-05-10 15:36:52 +02:00
parent 6d3d2a4572
commit 11045c977f

View File

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