Skip to content

Commit c432ecc

Browse files
committed
fix og image extension
1 parent 8587f08 commit c432ecc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ All notable changes to this repository will be documented in this file.
2222

2323
- Added Database connection retry logic
2424

25-
## [1.1.0] THu, Mar 12, 2026
25+
## [1.1.1] THu, Mar 12, 2026
2626

2727
- Added Memory Cache
2828
- Redesign Page

app/templates/layout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<!-- OpenGraph Meta Tags -->
1010
<meta property="og:title" content="Smart URL Shortener | From Recursive Zero">
1111
<meta property="og:description"
12-
content="A fast and reliable platform to shorten, manage, and track your links easily and share across internet with confidence. generate QR codes for your links and access detailed analytics.">
13-
<meta property="og:image" content="https://rzro.link/static/og-image.png">
12+
content="A fast and reliable platform to shorten, generate QR Code, manage and track and access detailed analytics.">
13+
<meta property="og:image" content="https://rzro.link/static/og-image.jpg">
1414
<meta property="og:url" content="https://rzro.link/">
1515
<meta property="og:type" content="website">
1616

@@ -19,7 +19,7 @@
1919
<meta property="twitter:title" content="Smart URL Shortener | From Recursive Zero">
2020
<meta property="twitter:description"
2121
content="Create powerful short links , QR Code and share them with confidence. Track clicks, manage your links, and access detailed analytics.">
22-
<meta property="twitter:image" content="https://rzro.link/static/og-image.png">
22+
<meta property="twitter:image" content="https://rzro.link/static/og-image.jpg">
2323

2424
<link rel="preconnect" href="https://fonts.googleapis.com">
2525
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&family=Geist+Mono&display=swap"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tiny"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "A package for URL Shortener with QR Code generation"
55
authors = [
66
{ name = "recursivezero", email = "152776938+recursivezero@users.noreply.github.com" },

0 commit comments

Comments
 (0)