tangled
alpha
login
or
join now
mary.my.id
/
teardown
13
fork
atom
Find the cost of adding an npm package to your app's bundle size
teardown.kelinci.dev
13
fork
atom
overview
issues
pulls
pipelines
fix: OG tags
mary.my.id
1 month ago
9a829fb7
efc90aa1
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
+17
1 changed file
expand all
collapse all
unified
split
index.html
+17
index.html
···
4
4
<meta charset="UTF-8" />
5
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
<title>teardown</title>
7
7
+
<meta name="description" content="Find the cost of adding an npm package to your app's bundle size." />
8
8
+
9
9
+
<!-- Open Graph -->
10
10
+
<meta property="og:type" content="website" />
11
11
+
<meta property="og:title" content="teardown" />
12
12
+
<meta
13
13
+
property="og:description"
14
14
+
content="Find the cost of adding an npm package to your app's bundle size."
15
15
+
/>
16
16
+
17
17
+
<!-- Twitter -->
18
18
+
<meta name="twitter:card" content="summary" />
19
19
+
<meta name="twitter:title" content="teardown" />
20
20
+
<meta
21
21
+
name="twitter:description"
22
22
+
content="Find the cost of adding an npm package to your app's bundle size."
23
23
+
/>
7
24
</head>
8
25
<body>
9
26
<div id="root"></div>