Skip to content

Commit 354e42b

Browse files
committed
fix: add new dev NaaS URL
1 parent 14a8b3f commit 354e42b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<div id="elastic-nav" hx-disable="true"></div>
44
@{
55
var elasticNavUrl = Model.Features.StagingElasticNavEnabled
6-
? "https://stag-www.elastic.co/elastic-nav.js"
7-
: "https://www.elastic.co/elastic-nav.js";
6+
? "https://www-elastic-co-pr-3017.app.elstc.co/elastic-nav.js"
7+
: "https://www-elastic-co-pr-3017.app.elstc.co/elastic-nav.js";
88
}
99
<script src="@elasticNavUrl" async></script>
1010
</div>

0 commit comments

Comments
 (0)