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>
5 lines
41 B
PHP
5 lines
41 B
PHP
<?php
|
|
|
|
return [
|
|
'debug' => false,
|
|
];
|