We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a8b3f commit 354e42bCopy full SHA for 354e42b
1 file changed
src/Elastic.Documentation.Site/Layout/_AssemblerHeader.cshtml
@@ -3,8 +3,8 @@
3
<div id="elastic-nav" hx-disable="true"></div>
4
@{
5
var elasticNavUrl = Model.Features.StagingElasticNavEnabled
6
- ? "https://stag-www.elastic.co/elastic-nav.js"
7
- : "https://www.elastic.co/elastic-nav.js";
+ ? "https://www-elastic-co-pr-3017.app.elstc.co/elastic-nav.js"
+ : "https://www-elastic-co-pr-3017.app.elstc.co/elastic-nav.js";
8
}
9
<script src="@elasticNavUrl" async></script>
10
</div>
0 commit comments