Skip to content

Commit

Permalink
change site title
Browse files Browse the repository at this point in the history
  • Loading branch information
poeti8 committed Jan 12, 2025
1 parent 183c224 commit 2cf48b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/handlers/renders.handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function homepage(req, res) {
return;
}
res.render("homepage", {
title: "Modern open source URL shortener",
title: "Free modern URL shortener",
});
}

Expand Down

0 comments on commit 2cf48b5

Please sign in to comment.