Fix: new link isn't created for existing long url

This commit is contained in:
Arkaprabha Chakraborty
2024-08-06 14:34:06 +05:30
parent ff7c6b7ec3
commit 8c02361723
2 changed files with 22 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ dotenv.config();
const inter = Inter({ subsets: ["latin"] });
export const metadata = {
title: "URL Shortener",
title: "Reduce",
description: "A simple URL shortener application",
};