mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
feat(assets): make URLs for favicons relative (#1343)
This commit is contained in:
parent
86e5ca57e9
commit
a028413496
3 changed files with 10 additions and 10 deletions
14
index.html
14
index.html
|
@ -24,13 +24,13 @@
|
|||
<!-- endbuild -->
|
||||
|
||||
<!-- Fav and touch icons -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/ico/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/ico/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/ico/favicon-16x16.png">
|
||||
<link rel="manifest" href="/ico/manifest.json">
|
||||
<link rel="mask-icon" href="/ico/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<link rel="shortcut icon" href="/ico/favicon.ico">
|
||||
<meta name="msapplication-config" content="/ico/browserconfig.xml">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="ico/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="ico/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="ico/favicon-16x16.png">
|
||||
<link rel="manifest" href="ico/manifest.json">
|
||||
<link rel="mask-icon" href="ico/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<link rel="shortcut icon" href="ico/favicon.ico">
|
||||
<meta name="msapplication-config" content="ico/browserconfig.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue