misc: new favicon~
parent
78f9f1ee34
commit
8e4fa94886
|
|
@ -81,7 +81,7 @@ export default function IncidentsPage() {
|
|||
<>
|
||||
<Head>
|
||||
<title>{pageConfig.title}</title>
|
||||
<link rel="icon" href={pageConfig.favicon ?? '/favicon.ico'} />
|
||||
<link rel="icon" href={pageConfig.favicon ?? '/favicon.png'} />
|
||||
</Head>
|
||||
|
||||
<main className={inter.className}>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ export default function Home({
|
|||
<>
|
||||
<Head>
|
||||
<title>{pageConfig.title}</title>
|
||||
<link rel="icon" href={pageConfig.favicon ?? '/favicon.ico'} />
|
||||
<link rel="icon" href={pageConfig.favicon ?? '/favicon.png'} />
|
||||
</Head>
|
||||
|
||||
<main className={inter.className}>
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
|
|
@ -16,8 +16,8 @@ const pageConfig: PageConfig = {
|
|||
'🌐 Public (example group name)': ['foo_monitor', 'bar_monitor', 'more monitor ids...'],
|
||||
'🔐 Private': ['test_tcp_monitor'],
|
||||
},
|
||||
// [OPTIONAL] Set the path to your favicon, default to '/favicon.ico' if not specified
|
||||
favicon: '/favicon.ico',
|
||||
// [OPTIONAL] Set the path to your favicon, default to '/favicon.png' if not specified
|
||||
favicon: 'https://example.com/favicon.ico',
|
||||
// [OPTIONAL] Maintenance related settings
|
||||
maintenances: {
|
||||
// [OPTIONAL] The color of upcoming maintenance alerts, default to 'gray'
|
||||
|
|
|
|||
Loading…
Reference in New Issue