File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 33 "name" : " RHTAS Console UI" ,
44 "icons" : [
55 {
6- "src" : " favicon.ico " ,
6+ "src" : " favicon-rh.svg " ,
77 "sizes" : " 64x64 32x32 24x24 16x16" ,
88 "type" : " image/x-icon"
99 }
Original file line number Diff line number Diff line change 99 < meta name ="theme-color " content ="#000000 "/>
1010 < meta name ="version " content ="2.0.0 "/>
1111 < link rel ="manifest " href ="/manifest.json "/>
12- < link rel ="icon " href ="/favicon.ico "/>
12+ < link rel ="icon " href ="/favicon-rh.svg "/>
1313 < base href ="/ "/>
1414 < script >
1515 window . _env = "<%= _env %>" ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export const brandingAssetPath = () =>
1717
1818const brandingPath : string = brandingAssetPath ( ) ;
1919const manifestPath = path . resolve ( brandingPath , "manifest.json" ) ;
20- const faviconPath = path . resolve ( brandingPath , "favicon.ico " ) ;
20+ const faviconPath = path . resolve ( brandingPath , "favicon-rh.svg " ) ;
2121
2222// https://vite.dev/config/
2323export default defineConfig ( {
You can’t perform that action at this time.
0 commit comments