1
0
Fork 0
docsearch/docs/source/templates/redirect.html.erb
2018-02-07 12:07:31 +01:00

10 lines
No EOL
351 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=<%= url %>"/>
<meta name=robots content="noindex,follow"/>
<meta http-equiv=cache-control content=no-cache />
</head>
<body> </body>
</html>