File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed
src/Elastic.Documentation.Site Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ import './web-components/VersionDropdown'
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import { initNav } from './pages-nav'
77import { initSmoothScroll } from './smooth-scroll'
88import { initTabs } from './tabs'
99import { initTocNav } from './toc-nav'
10- import './web-components/VersionDropdown'
1110import 'htmx-ext-head-support'
1211import 'htmx-ext-preload'
1312import 'htmx.org'
Original file line number Diff line number Diff line change 88 <link rel =" preload" href =" @fontFile" as =" font" type =" font/woff2" crossorigin >
99 }
1010 <link rel =" stylesheet preload" as =" style" type =" text/css" href =" @Model.Static(" styles.css " )" crossorigin />
11+ <script src =" @Model.Static(" custom-elements.js " )" defer ></script >
1112 <script src =" @Model.Static(" main.js " )" defer ></script >
1213 @if (Model .CanonicalBaseUrl is not null )
1314 {
Original file line number Diff line number Diff line change 1212 "fmt:write" : " prettier --write ."
1313 },
1414 "targets" : {
15+ "customElements" : {
16+ "distDir" : " _static" ,
17+ "source" : " Assets/custom-elements.ts"
18+ },
1519 "js" : {
1620 "distDir" : " _static" ,
1721 "source" : " Assets/main.ts"
You can’t perform that action at this time.
0 commit comments