Setup sitemap

This commit is contained in:
Jannis Portmann 2022-01-19 16:21:10 +01:00
parent 46b5d4c107
commit 50e0245d4e
9 changed files with 82 additions and 7 deletions

View file

@ -16,4 +16,5 @@ return [
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
SymfonyCasts\Bundle\ResetPassword\SymfonyCastsResetPasswordBundle::class => ['all' => true],
Presta\SitemapBundle\PrestaSitemapBundle::class => ['all' => true],
];