Skip to content

Commit 20e30ed

Browse files
committed
Add redirect for /docs
1 parent 9d8328b commit 20e30ed

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/pages/docs.astro

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

0 commit comments

Comments
 (0)