satof3 1 год назад
Родитель
Сommit
0b68312371
2 измененных файлов с 2 добавлено и 0 удалено
  1. 0 0
      apps/app/public/favicon.svg
  2. 2 0
      apps/app/src/pages/_document.page.tsx

+ 0 - 0
apps/app/public/images/icons/favicon/icon.svg → apps/app/public/favicon.svg


+ 2 - 0
apps/app/src/pages/_document.page.tsx

@@ -121,6 +121,8 @@ class GrowiDocument extends Document<GrowiDocumentInitialProps> {
         <Head>
           {this.renderCustomScript(customScript)}
           <link rel="stylesheet" key="link-theme" href={themeHref} />
+          <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
+          <link rel="alternate icon" href="/favicon.ico" />
           <HeadersForGrowiPlugin pluginResourceEntries={pluginResourceEntries} />
           {this.renderCustomCss(customCss)}
         </Head>