|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
| 5 | + <link rel="icon" type="image/svg+xml" href="./favicon.svg" /> |
5 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | 7 | <title>Source Book: Mini Vue - Interactive Source Code Journey</title> |
7 | 8 |
|
|
20 | 21 | <!-- Open Graph / Facebook --> |
21 | 22 | <meta property="og:type" content="website" /> |
22 | 23 | <meta property="og:url" content="https://vue-source-book.vercel.app/" /> |
23 | | - <meta property="og:title" content="Source Book: Mini Vue" /> |
| 24 | + <meta |
| 25 | + property="og:title" |
| 26 | + content="Source Book: Mini Vue - Learn Vue.js Internals Interactively" |
| 27 | + /> |
24 | 28 | <meta |
25 | 29 | property="og:description" |
26 | | - content="Master Vue.js internals through an interactive, hand-drawn coding adventure." |
| 30 | + content="Master Vue.js core concepts (Reactivity, VDOM, Compiler) through a hand-drawn, interactive coding adventure. Built for visual learners." |
27 | 31 | /> |
28 | 32 | <meta property="og:image" content="https://vuejs.org/images/logo.png" /> |
29 | | - <!-- Placeholder for actual OG image --> |
30 | 33 |
|
31 | 34 | <!-- Twitter --> |
32 | 35 | <meta property="twitter:card" content="summary_large_image" /> |
33 | 36 | <meta |
34 | 37 | property="twitter:url" |
35 | 38 | content="https://vue-source-book.vercel.app/" |
36 | 39 | /> |
37 | | - <meta property="twitter:title" content="Source Book: Mini Vue" /> |
| 40 | + <meta |
| 41 | + property="twitter:title" |
| 42 | + content="Source Book: Mini Vue - Learn Vue.js Internals Interactively" |
| 43 | + /> |
38 | 44 | <meta |
39 | 45 | property="twitter:description" |
40 | | - content="Master Vue.js internals through an interactive, hand-drawn coding adventure." |
| 46 | + content="Master Vue.js core concepts (Reactivity, VDOM, Compiler) through a hand-drawn, interactive coding adventure. Built for visual learners." |
41 | 47 | /> |
42 | 48 | <meta |
43 | 49 | property="twitter:image" |
|
0 commit comments