path to css, img and js adjusted with '/webroot'
This commit is contained in:
parent
5d64a1f0d6
commit
df8f71821c
1 changed files with 3 additions and 3 deletions
|
@ -45,9 +45,9 @@ return [
|
|||
'wwwRoot' => WWW_ROOT,
|
||||
// 'baseUrl' => env('SCRIPT_NAME'),
|
||||
'fullBaseUrl' => false,
|
||||
'imageBaseUrl' => 'img/',
|
||||
'cssBaseUrl' => 'css/',
|
||||
'jsBaseUrl' => 'js/',
|
||||
'imageBaseUrl' => '/webroot/img/',
|
||||
'cssBaseUrl' => '/webroot/css/',
|
||||
'jsBaseUrl' => '/webroot/js/',
|
||||
'paths' => [
|
||||
'plugins' => [ROOT . DS . 'plugins' . DS],
|
||||
'templates' => [APP . 'Template' . DS],
|
||||
|
|
Loading…
Reference in a new issue