mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
Change favicon to dark.
This commit is contained in:
parent
4faa7bd05d
commit
07bbfbb0a5
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ export default function App({ route, Component, state }: PageProps<Data, FreshCo
|
|||
<meta name='description' content={defaultDescription} />
|
||||
<meta name='author' content='Bruno Bernardino' />
|
||||
<meta property='og:title' content={defaultTitle} />
|
||||
<link rel='icon' href='/images/favicon.png' type='image/png' />
|
||||
<link rel='apple-touch-icon' href='/images/favicon.png' />
|
||||
<link rel='icon' href='/images/favicon-dark.png' type='image/png' />
|
||||
<link rel='apple-touch-icon' href='/images/favicon-dark.png' />
|
||||
<link rel='stylesheet' href='/styles.css' />
|
||||
<link rel='manifest' href='/manifest.json' />
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Reference in a new issue