We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb83e41 commit 9158805Copy full SHA for 9158805
index.html
@@ -1,5 +1,5 @@
1
<!DOCTYPE html>
2
-<html data-destination="https://bioimage.io/#/">
+<html>
3
<head>
4
<noscript><meta id="redirect" http-equiv="refresh" content="0; url=https://bioimage.io/#/"></noscript>
5
</head>
@@ -9,8 +9,7 @@
9
10
<!-- Redirect in JavaScript with meta refresh fallback above in noscript -->
11
<script>
12
- var destination = document.documentElement.getAttribute('data-destination');
13
- window.location.href = destination + (window.location.search || '') + (window.location.hash || '');
+ window.location.href = window.location.href.split("?")[0].replace('index.html', '') + 'collection.json';
14
</script>
15
</body>
16
</html>
0 commit comments