diff --git a/config.php b/config.php index 8c57de8..23ecd85 100644 --- a/config.php +++ b/config.php @@ -3,7 +3,7 @@ return [ 'production' => false, 'root' => __DIR__, - 'baseUrl' => !getenv('GHPAGE') == true ? 'https://phprn.github.io/phpeste' : '', + 'baseUrl' => getenv('GHPAGE') == true ? 'https://phprn.github.io/phpeste' : '', 'event_name' => 'PHPeste', 'event_ticket' => 'https://outgo.com.br/ph-peste', 'event_ticket_cta' => '👉 Garanta sua vaga! 👈',