Find the cost of adding an npm package to your app's bundle size teardown.kelinci.dev
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: OG tags

Mary 9a829fb7 efc90aa1

+17
+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 + <meta name="description" content="Find the cost of adding an npm package to your app's bundle size." /> 8 + 9 + <!-- Open Graph --> 10 + <meta property="og:type" content="website" /> 11 + <meta property="og:title" content="teardown" /> 12 + <meta 13 + property="og:description" 14 + content="Find the cost of adding an npm package to your app's bundle size." 15 + /> 16 + 17 + <!-- Twitter --> 18 + <meta name="twitter:card" content="summary" /> 19 + <meta name="twitter:title" content="teardown" /> 20 + <meta 21 + name="twitter:description" 22 + content="Find the cost of adding an npm package to your app's bundle size." 23 + /> 7 24 </head> 8 25 <body> 9 26 <div id="root"></div>