Skip to content

Commit ad325b3

Browse files
Update recipes 2023-07-24 (#46)
1 parent c8ff7e8 commit ad325b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sonata-project/media-bundle/4.0/config/packages/sonata_media.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
],
2525
'cdn' => [
2626
'server' => [
27-
'path' => '/upload/media',
27+
'path' => '/uploads/media',
2828
],
2929
],
3030
'filesystem' => [
3131
'local' => [
32-
'directory' => '%kernel.project_dir%/public/upload/media',
32+
'directory' => '%kernel.project_dir%/public/uploads/media',
3333
'create' => false,
3434
],
3535
],

0 commit comments

Comments
 (0)