1
0
Fork 0

Fix favicon reloading on every page load

This commit is contained in:
Moritz Ruth 2021-12-23 17:56:59 +01:00
parent 06362b3984
commit 3cc5fcca90
No known key found for this signature in database
GPG key ID: AFD57E23E753841B
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@
<link rel="stylesheet" href="/node_modules/@fontsource/syne/700.css"> <link rel="stylesheet" href="/node_modules/@fontsource/syne/700.css">
<link rel="stylesheet" href="/node_modules/@fontsource/plus-jakarta-sans/700.css"> <link rel="stylesheet" href="/node_modules/@fontsource/plus-jakarta-sans/700.css">
<meta name="description" content="freelance software developer, graphic design enthusiast and hobby photographer"> <meta name="description" content="freelance software developer, graphic design enthusiast and hobby photographer">
<link rel="shortcut icon" type="image/png" href="/icon.png"> <link rel="icon" type="image/png" href="/favicon.ico">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View file

Before

Width:  |  Height:  |  Size: 554 KiB

After

Width:  |  Height:  |  Size: 554 KiB