Skip to content

Commit

Permalink
Merge pull request #236 from storybookjs/add-sb-test-eap-redirect
Browse files Browse the repository at this point in the history
Add redirect for SB Test EAP sign up form
  • Loading branch information
kylegach authored Oct 31, 2024
2 parents 18ef210 + 929a1b9 commit 24e0790
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/frontpage/public/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,9 @@
[[redirects]]
from = "/proxy/api/event"
to = "https://plausible.io/api/event"
status = 200

[[redirects]]
from = "/sb-test-eap"
to = "https://forms.gle/zVeNrM7QiedZVv7K9"
status = 200

0 comments on commit 24e0790

Please sign in to comment.