Skip to content

Commit 30d3c18

Browse files
author
Kevin Brown
authored
Testing redirect for bounty
1 parent c0f819a commit 30d3c18

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

netlify.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
publish = "website"
44
command = "yarn build"
55

6+
[[redirects]]
7+
from = "/bounty*"
8+
to = "https://docs.google.com/forms/d/e/1FAIpQLSdiLEriPCRQ7-KXZA9AsI9yZWUSqDQO0xOxkT0DYKRLDcEJOA/viewform"
9+
610
[[headers]]
711
for = "/*"
812
[headers.values]
913
X-Frame-Options = "DENY"
10-
X-XSS-Protection = "1; mode=block"
14+
X-XSS-Protection = "1; mode=block"

0 commit comments

Comments
 (0)