We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2671a3 commit 00ac176Copy full SHA for 00ac176
src/core/core.controller.ts
@@ -15,7 +15,7 @@ export class CoreController {
15
@Redirect('', HttpStatus.FOUND)
16
favicon() {
17
return {
18
- url: this.config.frontendUrl + '/images/favicon.ico',
+ url: this.config.frontendUrl + '/favicon.ico',
19
};
20
}
21
0 commit comments