1
0
Fork 0

fix redirect issue on firefox. Fixes #272 (#276)

This commit is contained in:
Maxime 2018-03-06 18:41:00 +01:00 committed by Sylvain Pace
parent c964763129
commit bd7c7a2e1e

View file

@ -2,7 +2,7 @@
<head>
<base href="<%= app.config[:stage] == 'production' ? 'https://community.algolia.com/docsearch/': '/' %>">
<link rel=canonical href="<%= url %>"/>
<meta http-equiv=refresh content="0; url=<%= url %>"/>
<meta http-equiv=refresh content="0; url=<%= app.config[:stage] == 'production' ? 'https://community.algolia.com/docsearch/': '/' %><%= url %>"/>
<meta name=robots content="noindex,follow"/>
<meta http-equiv=cache-control content=no-cache />
</head>