Skip to content

Commit 36c7d43

Browse files
committed
Try again at a docs/ redirect
1 parent 1aca3ab commit 36c7d43

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/pages/docs/index.astro

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
// Docs redirect
3+
---
4+
5+
<html>
6+
<head>
7+
<meta http-equiv="refresh" content="0; url=https://nextflow.io/docs/latest/" />
8+
</head>
9+
10+
11+
</html>

0 commit comments

Comments
 (0)