|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 | 6 | <meta name="theme-color" content="#edf2f7" />
|
7 | 7 |
|
8 |
| - <link rel="apple-touch-icon" sizes="180x180" href="/src/assets/favicon/apple-touch-icon.png"> |
9 |
| - <link rel="icon" type="image/png" sizes="32x32" href="/src/assets/favicon/favicon-32x32.png"> |
10 |
| - <link rel="icon" type="image/png" sizes="16x16" href="/src/assets/favicon/favicon-16x16.png"> |
11 |
| - <link rel="shortcut icon" type="image/x-icon" href="/src/assets/favicon/favicon.ico" /> |
12 |
| - <link rel="manifest" href="/src/assets/favicon/site.webmanifest"> |
| 8 | + <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png"> |
| 9 | + <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png"> |
| 10 | + <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"> |
| 11 | + <link rel="shortcut icon" type="image/x-icon" href="/favicon/favicon.ico" /> |
| 12 | + <link rel="manifest" href="/favicon/site.webmanifest"> |
13 | 13 |
|
14 | 14 | <meta name="twitter:card" content="summary_large_image" />
|
15 | 15 | <meta name="twitter:site" content="@thanhsonng211" />
|
16 | 16 | <meta name="twitter:creator" content="@thanhsonng211" />
|
17 | 17 | <meta name="twitter:title" content="Algorithms Visualizer" />
|
18 | 18 | <meta name="twitter:description" content="Visualization of common pathfinding algorithms" />
|
19 |
| - <meta name="twitter:image:src" content="/src/assets/images/site-screenshot.png" /> |
| 19 | + <meta name="twitter:image:src" content="https://algorithms.sonng.dev/images/site-screenshot.png" /> |
20 | 20 | <meta name="twitter:image:alt" content="Beautiful user interface of the site" />
|
21 | 21 |
|
22 | 22 | <meta property="og:url" content="https://algorithms.sonng.dev" />
|
23 | 23 | <meta property="og:site_name" content="Algorithms Visualizer" />
|
24 | 24 | <meta property="og:title" content="Algorithms Visualizer" />
|
25 | 25 | <meta property="og:description" content="Visualization of common pathfinding algorithms" />
|
26 |
| - <meta property="og:image" content="/src/assets/images/site-screenshot.png" /> |
| 26 | + <meta property="og:image" content="https://algorithms.sonng.dev/images/site-screenshot.png" /> |
27 | 27 | <meta property="og:image:alt" content="Beautiful user interface of the site" />
|
28 | 28 |
|
29 | 29 | <title>Algorithms Visualizer</title>
|
|
0 commit comments