From 4dfed5e483126c0cdbbf63da2d9f2abc5de61c6c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 14 Oct 2025 13:32:23 +0200 Subject: [PATCH] Install assets path as relative symlink --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dcb9a4f..ac4e9e4 100644 --- a/composer.json +++ b/composer.json @@ -170,7 +170,7 @@ "scripts": { "auto-scripts": { "cache:clear": "symfony-cmd", - "assets:install %PUBLIC_DIR%": "symfony-cmd" + "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd" }, "post-install-cmd": [ "@auto-scripts" -- 2.41.3