aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-06-24 03:36:33 -0400
committertdro <tdro@noreply.example.com>2022-06-24 03:36:33 -0400
commitd8835677c49292d9186003df777ece0670ba742e (patch)
tree340cc61d2cddf0c349e970cfa68ed6b7fd0948b3 /config.json
parentf140c37f83753d620bdf3499843e3d11ca4a131d (diff)
downloadcanory-d8835677c49292d9186003df777ece0670ba742e.tar.gz
canory-d8835677c49292d9186003df777ece0670ba742e.tar.bz2
canory-d8835677c49292d9186003df777ece0670ba742e.zip
themes/default: static/images -> data/media
Add media path. Translate static images to data media.
Diffstat (limited to 'config.json')
-rw-r--r--config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json
index 2d23181..845d573 100644
--- a/config.json
+++ b/config.json
@@ -102,7 +102,7 @@
"themeColor": "#ffffff",
"backgroundColor": "#ffffff",
"display": "standalone",
- "logo": "images/logo.png"
+ "logo": "data/media/logo.png"
},
"csp": {
"upgrade": false,