|
5 | 5 | <meta charset="UTF-8" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | 7 | <link rel="icon" type="image/png" href="/favicon-dark.png" /> |
8 | | - <link rel="icon" type="image/svg+xml" href="/favicon-dark.svg" media="(prefers-color-scheme: light)" /> |
9 | | - <link rel="icon" type="image/svg+xml" href="/favicon-light.svg" media="(prefers-color-scheme: dark)" /> |
10 | | - <link rel="apple-touch-icon" sizes="180x180" href="https://raphaelbaguelin.fr/apple-touch-icon.png" /> |
| 8 | + <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> |
| 9 | + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> |
11 | 10 | <title>Raphaël Baguelin - Portfolio</title> |
12 | 11 | <meta name="description" |
13 | 12 | content="Portfolio de Raphael Baguelin, étudiant en cybersécurité. Découvrez mes projets en développement web, IoT, réseau et sécurité offensive/défensive." /> |
|
20 | 19 | <meta property="og:description" |
21 | 20 | content="Portfolio de Raphael Baguelin avec mes projets en cybersécurité, développement web, IoT et réseau." /> |
22 | 21 | <meta property="og:url" content="https://raphaelbaguelin.fr/" /> |
23 | | - <meta property="og:image" content="https://raphaelbaguelin.fr/logo.svg" /> |
| 22 | + <meta property="og:image" content="/logo.svg" /> |
24 | 23 | <meta name="twitter:card" content="summary_large_image" /> |
25 | 24 | <meta name="twitter:title" content="Raphael Baguelin - Portfolio" /> |
26 | 25 | <meta name="twitter:description" |
27 | 26 | content="Découvrez le portfolio de Raphael Baguelin : cybersécurité, réseau, IoT et développement web." /> |
28 | | - <meta name="twitter:image" content="https://raphaelbaguelin.fr/logo.svg" /> |
| 27 | + <meta name="twitter:image" content="/logo.svg" /> |
29 | 28 | <script type="application/ld+json"> |
30 | 29 | { |
31 | 30 | "@context": "https://schema.org", |
32 | 31 | "@type": "Person", |
33 | 32 | "name": "Raphael Baguelin", |
34 | 33 | "url": "https://raphaelbaguelin.fr/", |
35 | 34 | "jobTitle": "Etudiant en cybersécurité", |
36 | | - "image": "https://raphaelbaguelin.fr/logo.svg", |
| 35 | + "image": "/logo.svg", |
37 | 36 | "sameAs": ["https://github.com/raphbag"] |
38 | 37 | } |
39 | 38 | </script> |
|
0 commit comments