Skip to content

Commit 79d46ac

Browse files
committed
get ready for v2
1 parent fbdf7c0 commit 79d46ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
<script
1313
type="module"
14-
src="https://static.cloud.coveo.com/atomic/v1/atomic.esm.js"
14+
src="https://staticdev.cloud.coveo.com/atomic/v2/atomic.esm.js"
1515
></script>
1616
<link
1717
rel="stylesheet"
18-
href="https://static.cloud.coveo.com/atomic/v1/themes/coveo.css"
18+
href="https://staticdev.cloud.coveo.com/atomic/v2/themes/coveo.css"
1919
/>
2020
<script>
2121
(async () => {
@@ -130,7 +130,7 @@
130130

131131
<body>
132132
<atomic-aria-live></atomic-aria-live>
133-
<atomic-search-interface fields-to-include="snrating,sncost">
133+
<atomic-search-interface fields-to-include='["snrating","sncost"]'>
134134
<atomic-search-layout>
135135
<div class="header-bg"></div>
136136
<atomic-layout-section section="search">

0 commit comments

Comments
 (0)