Skip to content

Commit

Permalink
Correct config name reference for shop images [API-392]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiltri committed Sep 12, 2023
1 parent aa1e573 commit 456f1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/aic.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
],

'shop' => [
'image_url' => env('SHOP_IMGIX_URL'),
'imgix_url' => env('SHOP_IMGIX_URL'),
'product_url' => env('SHOP_PRODUCT_URL'),

],
Expand Down

0 comments on commit 456f1bb

Please sign in to comment.