Skip to content

Commit 17378b3

Browse files
committed
Got redirect to overview working
1 parent 25d989b commit 17378b3

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

docs/index.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
2-
title: Home
3-
layout: home
4-
nav_exclude: true
5-
---
2+
layout: redirect
3+
redirect_to: /overview/
4+
---
5+
<!DOCTYPE html>
6+
<html>
7+
<head>
8+
<meta http-equiv="refresh" content="0; url=/overview/" />
9+
</head>
10+
</html>

0 commit comments

Comments
 (0)