Skip to content

Commit

Permalink
fix @assetsUrl in config (#198)
Browse files Browse the repository at this point in the history
fix @assetsUrl in config (#198)
  • Loading branch information
kriptogenic committed Oct 13, 2021
1 parent 600b27c commit 8144d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/params.php
Expand Up @@ -19,7 +19,7 @@
'aliases' => [
'@root' => dirname(__DIR__),
'@assets' => '@root/public/assets',
'@assetsUrl' => '/assets',
'@assetsUrl' => '@baseUrl/assets',
'@baseUrl' => '/',
'@message' => '@root/resources/message',
'@npm' => '@root/node_modules',
Expand Down

0 comments on commit 8144d9c

Please sign in to comment.