diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/contact/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/contact/page.tsx b/app/contact/page.tsx index e596fb7..1c144c2 100644 --- a/app/contact/page.tsx +++ b/app/contact/page.tsx @@ -4,7 +4,7 @@ import InfoBar from "~/components/InfoBar/" import styles from '~/styles/form.module.css' -const submitUrl = 'https://kae.tempest.dev/api/contact/me' +const submitUrl = 'https://contact.tempest.dev/api/contact/me' export default function Contact() { const [submitting, setSubmitting] = useState(false) |