diff options
author | Ashelyn Rose <git@tempest.dev> | 2023-06-17 13:22:19 -0600 |
---|---|---|
committer | Ashelyn Rose <git@tempest.dev> | 2023-06-17 13:22:19 -0600 |
commit | ad08de6e941cfbae56b4d72d8f9e3b73b2eeb943 (patch) | |
tree | a882dc05916e7c5523bf2c6cb3f8c56dfeeff149 | |
parent | 859fa4546f69db899bddb4a6149a1d158c01638e (diff) |
Update contact URL for server migration
-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) |