Skip to content

Commit 00ac176

Browse files
committed
Fix UI icon path
1 parent b2671a3 commit 00ac176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/core.controller.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class CoreController {
1515
@Redirect('', HttpStatus.FOUND)
1616
favicon() {
1717
return {
18-
url: this.config.frontendUrl + '/images/favicon.ico',
18+
url: this.config.frontendUrl + '/favicon.ico',
1919
};
2020
}
2121
}

0 commit comments

Comments
 (0)