Commit f48365c38637610035721a3b96eee3a1d1f3512f

Authored by Administrator
1 parent 76d0f321

26.05.16 change image download (git strange error, pay attention for this)

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
common/config/main.php
... ... @@ -72,8 +72,8 @@ return [
72 72 'artboximage' => [
73 73 'class' => 'common\components\artboximage\ArtboxImage',
74 74 'driver' => 'GD', //GD or Imagick
75   - 'rootPath' => Yii::getAlias('@storage'),
76   - 'rootUrl' => Yii::getAlias('/storage'),
  75 + 'rootPath' => Yii::getAlias('@frontend/web/images'),
  76 + 'rootUrl' => Yii::getAlias('/images'),
77 77 'presets' => [
78 78 'product' => [
79 79 'resize' => [
... ...