1
0
Fork 0
docsearch/docs/source/templates/redirect.html.erb

10 lines
No EOL
442 B
Text

<html>
<head>
<base href="<%= app.config[:stage] == 'production' ? 'https://community.algolia.com/docsearch/': '/' %>">
<link rel=canonical href="<%= 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>
<body> </body>
</html>