Change favicons
|
|
@ -9,6 +9,12 @@
|
|||
<meta property="og:description" content="Discover my projects." />
|
||||
<meta property="og:url" content="https://schmelczer.dev" />
|
||||
<meta property="og:image" content="https://schmelczer.dev/og-image.jpg" />
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
<meta
|
||||
name="description"
|
||||
content="I'm András Schmelczer and this is my portfolio. I enjoy undertaking and solving challenging problems. Discover my projects."
|
||||
|
|
@ -24,9 +30,6 @@
|
|||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||||
|
||||
<title>András Schmelczer - Portfolio</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,13 @@
|
|||
import './static/no-change/favicon.ico';
|
||||
import './static/no-change/og-image.jpg';
|
||||
import './static/no-change/robots.txt';
|
||||
import './static/no-change/404.html';
|
||||
import './static/no-change/favicons/android-chrome-192x192.png';
|
||||
import './static/no-change/favicons/android-chrome-512x512.png';
|
||||
import './static/no-change/favicons/apple-touch-icon.png';
|
||||
import './static/no-change/favicons/favicon-16x16.png';
|
||||
import './static/no-change/favicons/favicon-32x32.png';
|
||||
import './static/no-change/favicons/favicon.ico';
|
||||
import './static/no-change/favicons/site.webmanifest';
|
||||
import './styles.scss';
|
||||
import { create } from './portfolio';
|
||||
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 14 KiB |
BIN
src/static/no-change/favicons/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
src/static/no-change/favicons/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 186 KiB |
BIN
src/static/no-change/favicons/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
src/static/no-change/favicons/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 730 B |
BIN
src/static/no-change/favicons/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
src/static/no-change/favicons/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
1
src/static/no-change/favicons/site.webmanifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||