mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 02:51:04 +00:00
Fix public folder for Symfony 4+
This is a temporary fix while waiting for migration to Flex See https://symfony.com/doc/current/setup/flex.html#flex-customize-paths Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
14ec466521
commit
86f08afd09
1 changed files with 2 additions and 1 deletions
|
@ -161,7 +161,8 @@
|
|||
"extra": {
|
||||
"incenteev-parameters": {
|
||||
"file": "app/config/parameters.yml"
|
||||
}
|
||||
},
|
||||
"public-dir": "web"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
Loading…
Reference in a new issue