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 3f22adc commit 3db3b2dCopy full SHA for 3db3b2d
netlify.toml
@@ -4,10 +4,3 @@
4
[functions]
5
directory = "lib/netlify/"
6
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
@@ -1 +1,10 @@
1
-<!doctype html><title>Not required</title>
+<!doctype html>
2
+<head>
3
+ <title>CYF GitBot</title>
+</head>
+<body>
+ <h1>CYF GitBot</h1>
+ <h2>Integrating GitHub and Slack via Netlify</h2>
+ <p>For more information, see the <a href="https://github.com/CodeYourFuture/gitbot">repository</a>.</p>
+</body>
+</html>
0 commit comments