mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
FIX: SS5 resources dir
This commit is contained in:
parent
244a0c8629
commit
425c236f5f
@ -104,7 +104,7 @@ class WebpackTemplateProvider implements TemplateGlobalProvider
|
|||||||
|
|
||||||
return Controller::join_links(
|
return Controller::join_links(
|
||||||
Director::baseURL(),
|
Director::baseURL(),
|
||||||
'/resources/',
|
RESOURCES_DIR,
|
||||||
self::projectName(),
|
self::projectName(),
|
||||||
$cfg['dist'],
|
$cfg['dist'],
|
||||||
'img',
|
'img',
|
||||||
|
Loading…
Reference in New Issue
Block a user