This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
The following commit(s) were added to refs/heads/asf-site by this push:
new f24d8e1 Set default version to latest with mike 2.1.3
f24d8e1 is described below
commit f24d8e1de4689694d4d89431b208053eeaa0ae5d
Author: GitHub Actions <[email protected]>
AuthorDate: Fri Sep 19 07:30:08 2025 +0000
Set default version to latest with mike 2.1.3
---
index.html | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index e2bb4dc..41a13bb 100644
--- a/index.html
+++ b/index.html
@@ -7,10 +7,12 @@
<meta http-equiv="refresh" content="1; url=latest/" />
</noscript>
<script>
- window.location.replace("latest/" + window.location.hash);
+ window.location.replace(
+ "latest/" + window.location.search + window.location.hash
+ );
</script>
</head>
<body>
Redirecting to <a href="latest/">latest/</a>...
</body>
-</html>
\ No newline at end of file
+</html>