From f493b6f634c585f9f0b67126f3b891f388fce248 Mon Sep 17 00:00:00 2001
From: Athanasios <ath.kouk.oid@gmail.com>
Date: Fri, 12 Mar 2021 14:46:43 +0100
Subject: [PATCH] Fix redirection

---
 public/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/public/index.html b/public/index.html
index 77b8032..61f9bfb 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
 <meta charset="utf-8">
-<title>Redirecting to https://example.com/</title>
-<meta http-equiv="refresh" content="0; URL=/home">
-<link rel="canonical" href="/home">
\ No newline at end of file
+<title>Redirecting...</title>
+<meta http-equiv="refresh" content="0; URL=home">
+<link rel="canonical" href="home">
\ No newline at end of file
-- 
GitLab