Skip to content

Commit

Permalink
feat: Add redirects to create VCIO URLs for the CFP and survey forms
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicduffin1 committed Jan 27, 2025
1 parent 156f965 commit 8392ab3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,12 @@
to = "https://plausible.io/api/event"
status = 200

[[redirects]]
from = "/l/vc-conf-survey"
to = "https://docs.google.com/forms/d/e/1FAIpQLSd3l-YJIhA-lAAkWqEP5qbWGUPg8_HtKOfIN5M_NKYfStv4nA/viewform"
status = 302

[[redirects]]
from = "/l/vc-conf-cfp-form"
to = "https://docs.google.com/forms/d/e/1FAIpQLSc_F6A6hhOO8PNgRoR32sxKnIePZdHY7gMTK-nD0yGCFuClCQ/viewform"
status = 302

0 comments on commit 8392ab3

Please sign in to comment.