Commit 810d479f5e09386e2bdb8072064768b4855cca89
1 parent
595ab5a0
main configs
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
common/config/main.php
| ... | ... | @@ -46,8 +46,8 @@ |
| 46 | 46 | ], |
| 47 | 47 | 'imagemanager' => [ |
| 48 | 48 | 'class' => 'noam148\imagemanager\components\ImageManagerGetPath', |
| 49 | - 'mediaPath' => dirname(dirname(__DIR__)) . '/common/images', | |
| 50 | - 'cachePath' => 'assets/images', | |
| 49 | + 'mediaPath' => dirname(dirname(__DIR__)) . '/storage', | |
| 50 | + 'cachePath' => '../../storage/cache', | |
| 51 | 51 | 'useFilename' => true, |
| 52 | 52 | 'absoluteUrl' => false, |
| 53 | 53 | ], | ... | ... |