diff --git a/public b/public index e128fb2..fbb036c 160000 --- a/public +++ b/public @@ -1 +1 @@ -Subproject commit e128fb2c1a2fbd96eece851cfa36e97cfd7d9ad0 +Subproject commit fbb036ce082fda6cb5ab9e73dd8a5fb649f95bf1 diff --git a/scpt/ogimage.zsh b/scpt/ogimage.zsh index d6816bb..d34cc1e 100755 --- a/scpt/ogimage.zsh +++ b/scpt/ogimage.zsh @@ -26,7 +26,7 @@ do if [ ! -f $oo ];then echo $oo - convert $o -gravity center -extent 8000x4000 $oo + magick convert $o -gravity center -extent 8000x4000 $oo fi # mkdir -p $o_dir/$id diff --git a/src/App.vue b/src/App.vue index 07ada97..6f612da 100755 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@