From a034337f1264eb411d034e90d0d249c55b547c8f Mon Sep 17 00:00:00 2001 From: Avris Date: Sun, 22 Aug 2021 09:42:46 +0200 Subject: [PATCH] #251 reorganise images --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 56c860fc..003103e9 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 ./data/img ./static/img-local + ln -sfn ../data/img ./static/img-local switch: rm -rf cache ln -sfn ./locale/${LANG} ./data - ln -sfn ./locale/{$LANG}/img ./static/img-local + ln -sfn ../locale/{$LANG}/img ./static/img-local