seo : fix sitemap empty in prod, set canonical base to world.game
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 28s

- Add config.world.game.php with debug=false so robots.index=true in prod
- Fix canonical.base to https://world.game

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-05-06 13:56:36 +02:00
parent a27b9a3989
commit 12227dc50c
2 changed files with 6 additions and 1 deletions

View file

@ -18,7 +18,7 @@ return [
'tobimori.seo' => [
'canonical' => [
'base' => 'https://www.worldgame.fr',
'base' => 'https://world.game',
],
'sitemap' => [
'enabled' => true,

View file

@ -0,0 +1,5 @@
<?php
return [
'debug' => false,
];