Skip to content

Commit

Permalink
Prefix functions with .netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
jm42 committed May 8, 2023
1 parent c610c21 commit 02d81a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/_redirects
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/event/* /.functions/renderEvent/:route 200!
/events/* /.functions/renderEvents/:route 200!
/event/* /.netlify/functions/renderEvent/:route 200!
/events/* /.netlify/functions/renderEvents/:route 200!
/faq https://poap.notion.site/POAP-Family-FAQ-cef29bc0bb8c4f8f936164d988a944cc 301
/* /index.html 200

0 comments on commit 02d81a4

Please sign in to comment.