From 0b8f4e74ff0afee1658f261320f6e0b9ecd9cbc2 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Sun, 22 Aug 2021 09:24:10 +0200 Subject: [PATCH] #251 reorganise images --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7e0560167..4527975bb 100644 --- a/Makefile +++ b/Makefile @@ -22,9 +22,9 @@ deploy: install yarn build node server/migrate.js echo "\nimportScripts('https://arc.io/arc-sw-core.js');" >> static/sw.js - ln -sfn ./locale/{$LANG} ./public/img-local + ln -sfn ./locale/{$LANG} ./static/img-local switch: rm -rf cache ln -sfn ./locale/${LANG} ./data - ln -sfn ./locale/{$LANG} ./public/img-local + ln -sfn ./locale/{$LANG} ./static/img-local