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,
|
'wwwRoot' => WWW_ROOT,
|
||||||
// 'baseUrl' => env('SCRIPT_NAME'),
|
// 'baseUrl' => env('SCRIPT_NAME'),
|
||||||
'fullBaseUrl' => false,
|
'fullBaseUrl' => false,
|
||||||
'imageBaseUrl' => 'img/',
|
'imageBaseUrl' => '/webroot/img/',
|
||||||
'cssBaseUrl' => 'css/',
|
'cssBaseUrl' => '/webroot/css/',
|
||||||
'jsBaseUrl' => 'js/',
|
'jsBaseUrl' => '/webroot/js/',
|
||||||
'paths' => [
|
'paths' => [
|
||||||
'plugins' => [ROOT . DS . 'plugins' . DS],
|
'plugins' => [ROOT . DS . 'plugins' . DS],
|
||||||
'templates' => [APP . 'Template' . DS],
|
'templates' => [APP . 'Template' . DS],
|
||||||
|
|
Loading…
Reference in a new issue