Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 37af86f

Browse files
committed
search(usev2): use v2 of swiftype
1 parent 8810862 commit 37af86f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/_includes/_scripts-include.jade

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ if current.path[0] == "docs"
5656
(function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){
5757
(w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t);
5858
e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e);
59-
})(window,document,'script','//s.swiftypecdn.com/install/v1/st.js','_st');
59+
})(window,document,'script','//s.swiftypecdn.com/install/v2/st.js','_st');
6060

61-
_st('install','VsuU7kH5Hnnj9tfyNvfK');
61+
_st('install','VsuU7kH5Hnnj9tfyNvfK','2.0.0');
6262

6363
<!-- Google Feedback -->
6464
script(src="//www.gstatic.com/feedback/api.js" type="text/javascript")

0 commit comments

Comments
 (0)