mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(app): remove absolute image path (#1180)
This commit is contained in:
parent
5bccddbcf6
commit
3db684a873
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ export class App {
|
|||
|
||||
private _loadImages(): void {
|
||||
// register some loaders
|
||||
BaThemePreloader.registerLoader(this._imageLoader.load('/assets/img/sky-bg.jpg'));
|
||||
BaThemePreloader.registerLoader(this._imageLoader.load('assets/img/sky-bg.jpg'));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue