Skip to content

Commit 35b33ad

Browse files
committed
fix(index.html): correct script URL for Ant Design Vue documentation search
1 parent 6962bac commit 35b33ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
<body>
5151
<div id="app"></div>
52-
<script src="https://www.antdv.com/common/docsearch.min_2.6.3.js"></script>
52+
<script src="https://www.antdv.com/docsearch.min_2.6.3.js"></script>
5353
<script type="module" src="/src/main.js"></script>
5454
<!-- Global site tag (gtag.js) - Google Analytics -->
5555
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-151755889-1"></script>

0 commit comments

Comments
 (0)