Skip to content

Commit 9899af9

Browse files
committed
Reverted some changes
1 parent 6501d6e commit 9899af9

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@
7575
"scripts": {
7676
"auto-scripts": {
7777
"cache:clear": "symfony-cmd",
78-
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd",
79-
"assets:install %PUBLIC_DIR%": "symfony-cmd"
78+
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
8079
},
8180
"post-install-cmd": [
8281
"@auto-scripts"

config/packages/framework.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@ framework:
1111
cookie_secure: auto
1212
cookie_samesite: lax
1313

14+
# When using the HTTP Cache, ESI allows to render page fragments separately
15+
# and with different cache configurations for each fragment
16+
# https://symfony.com/doc/current/http_cache/esi.html
1417
esi: true
1518
fragments: true
19+
1620
php_errors:
1721
log: true
22+
23+
# The 'ide' option turns all of the file paths in an exception page
24+
# into clickable links that open the given file using your favorite IDE.
25+
# When 'ide' is set to null the file is opened in your web browser.
26+
# See https://symfony.com/doc/current/reference/configuration/framework.html#ide
27+
ide: null

0 commit comments

Comments
 (0)