From ad08de6e941cfbae56b4d72d8f9e3b73b2eeb943 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sat, 17 Jun 2023 13:22:19 -0600 Subject: Update contact URL for server migration --- app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/contact/page.tsx') 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) -- cgit 1.4.1