Skip to content

Commit 2bb8dbc

Browse files
authored
Merge pull request #47 from phprn/github-pages
Update config
2 parents 54057eb + 7b2741a commit 2bb8dbc

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') ? 'https://phprn.github.io/phpeste' : '',
6+
'baseUrl' => getenv('GHPAGE') == true ? 'https://phprn.github.io/phpeste' : 'assets',
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)