Skip to content

Commit fd3b96b

Browse files
authored
Add IntelliJ project icon to the list of possible favicon paths (#1651)
1 parent aa2d385 commit fd3b96b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/server/src/project/Layers/ProjectFaviconResolver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const FAVICON_CANDIDATES = [
2727
"assets/icon.png",
2828
"assets/logo.svg",
2929
"assets/logo.png",
30+
".idea/icon.svg",
3031
] as const;
3132

3233
// Files that may contain a <link rel="icon"> or icon metadata declaration.

0 commit comments

Comments
 (0)