mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-24 03:10:13 +01:00
fix(webpack): correct relative base url to work inside a folder
This commit is contained in:
parent
4ce58eafcb
commit
525d3444fe
2 changed files with 3 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ $large-card-height: 974px;
|
|||
$default-animation-duration: 0.2s;
|
||||
$default-animation-style: ease-out;
|
||||
|
||||
$assets-root: '../assets/';
|
||||
$assets-root: 'assets/';
|
||||
$images-root: $assets-root + 'img/';
|
||||
$fonts-root: $assets-root + 'fonts/';
|
||||
$font-thin: 100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue