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