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 de196b6 commit 4b22deaCopy full SHA for 4b22dea
netlify.toml
@@ -55,6 +55,11 @@
55
to = "/glossary/contribute/index.html"
56
status = 404
57
58
+[[redirects]]
59
+ from = "/survey"
60
+ to = "https://www.surveymonkey.com/r/jamstack-survey"
61
+ status = 302
62
+
63
64
[[plugins]]
65
package = "./plugins/keep-dot-cache-folder"
src/site/_data/announcementbar.json
@@ -1,5 +1,5 @@
1
{
2
"text": "Help the community by participating in the Jamstack Community Survey 2021.",
3
"cta": "Take the 10-minute survey now.",
4
- "url": "https://www.surveymonkey.com/r/jamstack-org-survey"
+ "url": "https://www.jamstack.org/survey"
5
}
0 commit comments