Skip to content

Commit 303bf07

Browse files
committed
Deploying to gh-pages from @ f2df46e 🚀
1 parent ba08e1e commit 303bf07

File tree

2 files changed

+31
-5
lines changed

2 files changed

+31
-5
lines changed

favicon.svg

Lines changed: 20 additions & 0 deletions
Loading

index.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
56
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
67
<title>Source Book: Mini Vue - Interactive Source Code Journey</title>
78

@@ -20,24 +21,29 @@
2021
<!-- Open Graph / Facebook -->
2122
<meta property="og:type" content="website" />
2223
<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+
/>
2428
<meta
2529
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."
2731
/>
2832
<meta property="og:image" content="https://vuejs.org/images/logo.png" />
29-
<!-- Placeholder for actual OG image -->
3033

3134
<!-- Twitter -->
3235
<meta property="twitter:card" content="summary_large_image" />
3336
<meta
3437
property="twitter:url"
3538
content="https://vue-source-book.vercel.app/"
3639
/>
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+
/>
3844
<meta
3945
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."
4147
/>
4248
<meta
4349
property="twitter:image"

0 commit comments

Comments
 (0)