|
4 | 4 | <head> |
5 | 5 | <meta charset="UTF-8" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <title>stafot | Personal Blog & Portfolio</title> |
8 | | - <meta name="description" content="Cloud engineering and DevOps blog focusing on Kubernetes, monitoring, and automation." /> |
9 | | - <meta name="author" content="stafot" /> |
| 7 | + <title>Stavros Foteinopoulos - Senior Site Reliability Engineer</title> |
| 8 | + <meta name="description" content="Senior Site Reliability Engineer specializing in cloud-native solutions, FinOps practices, and infrastructure automation" /> |
| 9 | + <meta name="author" content="Stavros Foteinopoulos" /> |
10 | 10 |
|
11 | | - <meta property="og:title" content="stafot | Personal Blog & Portfolio" /> |
12 | | - <meta property="og:description" content="Cloud engineering and DevOps blog focusing on Kubernetes, monitoring, and automation." /> |
| 11 | + <meta property="og:title" content="Stavros Foteinopoulos - Senior Site Reliability Engineer" /> |
| 12 | + <meta property="og:description" content="Senior Site Reliability Engineer specializing in cloud-native solutions, FinOps practices, and infrastructure automation" /> |
13 | 13 | <meta property="og:type" content="website" /> |
14 | 14 | <meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> |
15 | 15 |
|
16 | 16 | <meta name="twitter:card" content="summary_large_image" /> |
17 | | - <meta name="twitter:site" content="@stafot" /> |
| 17 | + <meta name="twitter:site" content="@lovable_dev" /> |
18 | 18 | <meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> |
19 | | - |
20 | | - <link rel="icon" type="image/png" href="/lovable-uploads/14764fa4-1492-46b0-84a9-9f6b2fdafec1.png" /> |
21 | | - <!-- Base path for GitHub Pages, required when deploying to custom domain --> |
22 | | - <base href="/"> |
23 | | - <!-- Redirect script for SPA routing --> |
24 | | - <script> |
25 | | - // Check for redirect from 404.html |
26 | | - (function() { |
27 | | - const redirect = localStorage.getItem('redirect'); |
28 | | - if (redirect) { |
29 | | - localStorage.removeItem('redirect'); |
30 | | - const cleanedPath = redirect.startsWith('/') ? redirect : '/' + redirect; |
31 | | - history.replaceState(null, null, cleanedPath); |
32 | | - } |
33 | | - })(); |
34 | | - </script> |
35 | 19 | </head> |
36 | 20 |
|
37 | 21 | <body> |
38 | 22 | <div id="root"></div> |
39 | | - <!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! --> |
40 | | - <script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script> |
41 | 23 | <script type="module" src="/src/main.tsx"></script> |
42 | 24 | </body> |
43 | 25 | </html> |
0 commit comments