We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d769986 commit cbb3519Copy full SHA for cbb3519
config.php
@@ -3,7 +3,7 @@
3
return [
4
'production' => false,
5
'root' => __DIR__,
6
- 'baseUrl' => !getenv('GHPAGE') == true ? 'https://phprn.github.io/phpeste' : '',
+ 'baseUrl' => getenv('GHPAGE') == true ? 'https://phprn.github.io/phpeste' : '',
7
'event_name' => 'PHPeste',
8
'event_ticket' => 'https://outgo.com.br/ph-peste',
9
'event_ticket_cta' => '👉 Garanta sua vaga! 👈',
0 commit comments