opentwig 1.0.5 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # OpenTwig 🌿
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/opentwig.svg)](https://www.npmjs.com/package/opentwig)
4
+ [![npm downloads](https://img.shields.io/npm/dm/opentwig.svg)](https://www.npmjs.com/package/opentwig)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
+ [![Node.js Version](https://img.shields.io/node/v/opentwig.svg)](https://nodejs.org/)
7
+ [![GitHub stars](https://img.shields.io/github/stars/tufantunc/opentwig.svg)](https://github.com/tufantunc/opentwig/stargazers)
8
+ [![GitHub issues](https://img.shields.io/github/issues/tufantunc/opentwig.svg)](https://github.com/tufantunc/opentwig/issues)
9
+
3
10
  OpenTwig is an open source personal link page generator that creates beautiful, customizable "link in bio" pages. Instead of relying on third-party services, users can define their configuration and instantly create a fully functional static site they own and control.
4
11
 
5
12
  ## ✨ Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opentwig",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "opentwig 🌿 is an open source link in bio page generator.",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -17,7 +17,7 @@ module.exports = function({title, url, name, content, avatar, links, footerLinks
17
17
  <meta property="og:title" content="tufantunc | Twitter | Linktree"/>
18
18
  <meta property="og:description" content="Merhaba."/>
19
19
  <meta property="og:url" content="${url}"/>
20
- <meta property="og:image" content="${url}/og-image.png"/>
20
+ <meta property="og:image" content="${url}/og-image.jpg"/>
21
21
  </head>
22
22
  <body>
23
23
  <div class="app-bg">