Skip to content

Commit

Permalink
Images relative uri fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksydan committed Sep 11, 2023
1 parent cd7ffea commit aecdbaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/common.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
parameters:
images_directory: '%kernel.project_dir%/modules/is_imageslider/img/'
images_uri: '/modules/is_imageslider/img/'
module_uri: !php/const _MODULE_DIR_
images_uri: '%module_uri%is_imageslider/img/'
placeholder_img: '/modules/is_imageslider/views/img/placeholder.jpeg'

services:
Expand Down

0 comments on commit aecdbaf

Please sign in to comment.