Use v3 subdomain to prevent proxies from fighting

This commit is contained in:
Max Wofford 2020-06-18 13:09:25 +00:00
parent 544dceca82
commit db04ddb1ee

View file

@ -3,7 +3,7 @@ import useForm from '../../lib/use-form'
import Submit from '../submit'
const JoinForm = ({ sx = {} }) => {
const { status, formProps, useField } = useForm('/api/som-join')
const { status, formProps, useField } = useForm('https://v3.hackclub.com/api/som-join/')
return (
<Card sx={{ maxWidth: 'narrow', mx: 'auto', ...sx }}>