We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c835f8d commit 9ca7223Copy full SHA for 9ca7223
src/Elastic.Documentation.Site/Layout/_Header.cshtml
@@ -2,7 +2,7 @@
2
@if (Model.Features.PrimaryNavEnabled)
3
{
4
<div id="elastic-nav" hx-disable="true"></div>
5
- <script src="https://www.elastic.co/elastic-nav.js"></script>
+ <script src="https://www.elastic.co/elastic-nav.js" async></script>
6
@await RenderPartialAsync(_SecondaryNav.Create(Model))
7
}
8
else
0 commit comments