mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23:04 +00:00
support base path
This commit is contained in:
@@ -6,7 +6,9 @@ $sidebar-items-width: 250px !default;
|
||||
$total-sidebar-width: $collapsed-sidebar-width + $sidebar-items-width !default;
|
||||
|
||||
/* Fonts */
|
||||
$fa-font-path: "/assets/fonts" !default;
|
||||
// Starting this url with a caret (^) allows it to be a relative path based on UI's deployment path
|
||||
// See https://github.com/angular/angular-cli/issues/12797#issuecomment-598534241
|
||||
$fa-font-path: "^assets/fonts" !default;
|
||||
/* Images */
|
||||
$image-path: "../assets/images" !default;
|
||||
|
||||
|
Reference in New Issue
Block a user