This is an automated email from the ASF dual-hosted git repository. kassiez pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 5ec67b2d703 fix:index load url (#1968) 5ec67b2d703 is described below commit 5ec67b2d703551b05be55037fad3efad059ed4ea Author: yangon <2689991...@qq.com> AuthorDate: Wed Feb 5 20:58:04 2025 +0800 fix:index load url (#1968) --- src/theme/SearchBar/worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/SearchBar/worker.js b/src/theme/SearchBar/worker.js index 9ae934622c3..f3f6067ee04 100644 --- a/src/theme/SearchBar/worker.js +++ b/src/theme/SearchBar/worker.js @@ -4865,7 +4865,7 @@ var MyBundle = (function (exports) { searchContext ? `-${searchContext.replace(/\//g, "-")}` : "" )}`; // Catch potential attacks. - const fullUrl = new URL(url, "https://cdnd.selectdb.com"); + const fullUrl = new URL(url, "https://doris.apache.org"); // if (fullUrl.origin !== location.origin) { // throw new Error("Unexpected version url"); // } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org