parent
c964763129
commit
bd7c7a2e1e
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
<head>
|
<head>
|
||||||
<base href="<%= app.config[:stage] == 'production' ? 'https://community.algolia.com/docsearch/': '/' %>">
|
<base href="<%= app.config[:stage] == 'production' ? 'https://community.algolia.com/docsearch/': '/' %>">
|
||||||
<link rel=canonical href="<%= url %>"/>
|
<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 name=robots content="noindex,follow"/>
|
||||||
<meta http-equiv=cache-control content=no-cache />
|
<meta http-equiv=cache-control content=no-cache />
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue