Skip to content

Commit cbb3519

Browse files
committed
Fix getenv
1 parent d769986 commit cbb3519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'production' => false,
55
'root' => __DIR__,
6-
'baseUrl' => !getenv('GHPAGE') == true ? 'https://phprn.github.io/phpeste' : '',
6+
'baseUrl' => getenv('GHPAGE') == true ? 'https://phprn.github.io/phpeste' : '',
77
'event_name' => 'PHPeste',
88
'event_ticket' => 'https://outgo.com.br/ph-peste',
99
'event_ticket_cta' => '👉 Garanta sua vaga! 👈',

0 commit comments

Comments
 (0)