Skip to content

Commit 5df6cf6

Browse files
committed
fix: naas test - new dev URL
1 parent b65f88b commit 5df6cf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Elastic.Documentation.Site/Layout/_Header.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<div id="elastic-nav" hx-disable="true"></div>
66
@{
77
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";
8+
? "https://dev-refactor-nav-2.app.elstc.co/elastic-nav.js"
9+
: "https://dev-refactor-nav-2.app.elstc.co/elastic-nav.js";
1010
}
1111
<script src="@elasticNavUrl" async></script>
1212
</div>

0 commit comments

Comments
 (0)