feat: redirect /flo
All checks were successful
eleventy / build (push) Successful in 3m11s

This commit is contained in:
rizaldy 2024-09-03 15:35:53 +07:00
parent 00cb789253
commit 608698ce58
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const things = {
description: "an open source Navidrome client written in Swift", description: "an open source Navidrome client written in Swift",
logo: "/assets/img/flo.png", logo: "/assets/img/flo.png",
ctaTitle: "Try flo", ctaTitle: "Try flo",
ctaLink: "/flo/" ctaLink: "https://client.flooo.club"
}], }],
runs: [ runs: [
{ {

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="refresh" content="0; URL=https://client.flooo.club" />
<title>flo</title> <title>flo</title>