diff --git a/.gitignore b/.gitignore index c79f3933..12fa6329 100755 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ .now +.env .next node_modules .DS_Store public/home + +.vercel \ No newline at end of file diff --git a/components/home/join-form.js b/components/home/join-form.js index 27f17f9f..e2ea4250 100644 --- a/components/home/join-form.js +++ b/components/home/join-form.js @@ -3,16 +3,10 @@ import useForm from '../../lib/use-form' import Submit from '../submit' const JoinForm = ({ sx = {} }) => { - const { status, formProps, useField } = useForm('/api/join') + const { status, formProps, useField } = useForm('/api/som-join') return ( - +