|
|
@ -111,8 +111,6 @@ class DefaultLayout extends Component { |
|
|
|
default: |
|
|
|
default: |
|
|
|
faviconElement.type = 'image/png'; |
|
|
|
faviconElement.type = 'image/png'; |
|
|
|
} |
|
|
|
} |
|
|
|
console.log('faviconElement.type', faviconElement.type); |
|
|
|
|
|
|
|
console.log('faviconContent', faviconContent); |
|
|
|
|
|
|
|
faviconElement.href = faviconContent || `${process.env.PUBLIC_URL}/OSPRO.ico`; |
|
|
|
faviconElement.href = faviconContent || `${process.env.PUBLIC_URL}/OSPRO.ico`; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|