Skip to content

Commit 3db3b2d

Browse files
committed
Try removing the redirects
1 parent 3f22adc commit 3db3b2d

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

netlify.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,3 @@
44
[functions]
55
directory = "lib/netlify/"
66
node_bundler = "esbuild"
7-
8-
[[redirects]]
9-
from = "/"
10-
to = "https://github.com/CodeYourFuture/gitbot/"
11-
status = 302
12-
[redirects.headers]
13-
X-From = "Netlify"

public/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
<!doctype html><title>Not required</title>
1+
<!doctype html>
2+
<head>
3+
<title>CYF GitBot</title>
4+
</head>
5+
<body>
6+
<h1>CYF GitBot</h1>
7+
<h2>Integrating GitHub and Slack via Netlify</h2>
8+
<p>For more information, see the <a href="https://github.com/CodeYourFuture/gitbot">repository</a>.</p>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)