Skip to content

Commit

Permalink
fix: Fixing seo audit by adding root redirection
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
  • Loading branch information
ViBiOh committed Apr 24, 2021
1 parent d633b80 commit 818ff1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ketchup/renderer.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func (a app) PublicTemplateFunc(r *http.Request) (string, int, map[string]interf
"Token": token,
"Question": colors[questionID].Question,
"Suggests": suggests,
"Root": "/",
}, nil
}

Expand Down

0 comments on commit 818ff1c

Please sign in to comment.