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
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:
parent
a27b9a3989
commit
12227dc50c
2 changed files with 6 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ return [
|
|||
|
||||
'tobimori.seo' => [
|
||||
'canonical' => [
|
||||
'base' => 'https://www.worldgame.fr',
|
||||
'base' => 'https://world.game',
|
||||
],
|
||||
'sitemap' => [
|
||||
'enabled' => true,
|
||||
|
|
|
|||
5
site/config/config.world.game.php
Normal file
5
site/config/config.world.game.php
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'debug' => false,
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue