We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f819a commit 30d3c18Copy full SHA for 30d3c18
netlify.toml
@@ -3,8 +3,12 @@
3
publish = "website"
4
command = "yarn build"
5
6
+[[redirects]]
7
+ from = "/bounty*"
8
+ to = "https://docs.google.com/forms/d/e/1FAIpQLSdiLEriPCRQ7-KXZA9AsI9yZWUSqDQO0xOxkT0DYKRLDcEJOA/viewform"
9
+
10
[[headers]]
11
for = "/*"
12
[headers.values]
13
X-Frame-Options = "DENY"
- X-XSS-Protection = "1; mode=block"
14
+ X-XSS-Protection = "1; mode=block"
0 commit comments