feat(site): Gère l'état en ligne du site avec SEO conditionnel et UI.

This commit is contained in:
Serreau Jovann
2026-02-06 17:46:30 +01:00
parent 4462e880f2
commit c650b8fa20
8 changed files with 126 additions and 6 deletions

View File

@@ -34,3 +34,11 @@ services:
App\Command\MaintenanceCommand:
arguments:
$projectDir: '%kernel.project_dir%'
App\Event\Seo\SeoBlockerSubscriber:
arguments:
$projectDir: '%kernel.project_dir%'
App\Twig\OnlineExtension:
arguments:
$projectDir: '%kernel.project_dir%'