#251 reorganise images

This commit is contained in:
Avris 2021-08-22 09:42:46 +02:00
parent 03ed173ef6
commit a034337f12
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ deploy: install
yarn build yarn build
node server/migrate.js node server/migrate.js
echo "\nimportScripts('https://arc.io/arc-sw-core.js');" >> static/sw.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: switch:
rm -rf cache rm -rf cache
ln -sfn ./locale/${LANG} ./data ln -sfn ./locale/${LANG} ./data
ln -sfn ./locale/{$LANG}/img ./static/img-local ln -sfn ../locale/{$LANG}/img ./static/img-local