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 dda7b09 commit 691d7c3Copy full SHA for 691d7c3
src/Elastic.Documentation.Site/Layout/_Header.cshtml
@@ -3,7 +3,7 @@
3
{
4
<div id="elastic-nav-wrapper">
5
<div id="elastic-nav" hx-disable="true"></div>
6
- <script src="https://www.elastic.co/elastic-nav.js"></script>
+ <script src="https://www.elastic.co/elastic-nav.js" async></script>
7
</div>
8
@await RenderPartialAsync(_SecondaryNav.Create(Model))
9
}
0 commit comments