We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65f88b commit 5df6cf6Copy full SHA for 5df6cf6
1 file changed
src/Elastic.Documentation.Site/Layout/_Header.cshtml
@@ -5,8 +5,8 @@
5
<div id="elastic-nav" hx-disable="true"></div>
6
@{
7
var elasticNavUrl = Model.Features.StagingElasticNavEnabled
8
- ? "https://dev-naas-remove-sticky.app.elstc.co/elastic-nav.js"
9
- : "https://dev-naas-remove-sticky.app.elstc.co/elastic-nav.js";
+ ? "https://dev-refactor-nav-2.app.elstc.co/elastic-nav.js"
+ : "https://dev-refactor-nav-2.app.elstc.co/elastic-nav.js";
10
}
11
<script src="@elasticNavUrl" async></script>
12
</div>
0 commit comments