From 4c77cc7bd44907fb307f27e50557c23ae937cdd7 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sun, 26 Jul 2020 23:24:49 +0200 Subject: [PATCH] fix picture path --- content.example/mainLinks/example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.example/mainLinks/example.json b/content.example/mainLinks/example.json index e3bf837..812ebdb 100644 --- a/content.example/mainLinks/example.json +++ b/content.example/mainLinks/example.json @@ -1,5 +1,5 @@ { "headline" : "Headline", "link" : "https://example.com", - "picture" :"example.png" + "picture" :"pictures/example.png" }