Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ All notable changes to this repository will be documented in this file.

## [1.0.3] Wed, Feb 18, 2026

- Added Database connection retry logic
- Added Database connection retry logic

## [1.1.0] THu, Mar 12, 2026

- Added Memory Cache
- Redesign Page
Binary file added app/static/og-image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/static/og-image.png
Binary file not shown.
9 changes: 5 additions & 4 deletions app/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@

<title>{% block title %}tiny URL{% endblock %}</title>
<!-- OpenGraph Meta Tags -->
<meta property="og:title" content="rzro.link | Smart URL Shortener">
<meta property="og:title" content="Smart URL Shortener | From Recursive Zero">
<meta property="og:description"
content="A fast and reliable platform to shorten, manage, and track your links easily.">
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.">
<meta property="og:image" content="https://rzro.link/static/og-image.png">
<meta property="og:url" content="https://rzro.link/">
<meta property="og:type" content="website">

<!-- Twitter Meta Tags -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="rzro.link | Smart URL Shortener">
<meta property="twitter:description" content="Create powerful short links and manage them easily with rzro.link">
<meta property="twitter:title" content="Smart URL Shortener | From Recursive Zero">
<meta property="twitter:description"
content="Create powerful short links , QR Code and share them with confidence. Track clicks, manage your links, and access detailed analytics.">
<meta property="twitter:image" content="https://rzro.link/static/og-image.png">

<link rel="preconnect" href="https://fonts.googleapis.com">
Expand Down
Loading