diff --git a/src/routes/call-for-counselors/+page.js b/src/routes/call-for-counselors/+page.js index 395b99a0..a66b705d 100644 --- a/src/routes/call-for-counselors/+page.js +++ b/src/routes/call-for-counselors/+page.js @@ -1,6 +1,6 @@ import { redirect } from '@sveltejs/kit'; -import { thatConferenceRedirect as tcr } from '$utils/config.public.js'; +// import { thatConferenceRedirect as tcr } from '$utils/config.public.js'; export async function load() { - throw redirect(301, `${tcr.baseUrl}/cfp`); + throw redirect(301, `/activities/create/?event=THATConferenceWisconsin2024`); } diff --git a/src/routes/cfp/+page.js b/src/routes/cfp/+page.js index 395b99a0..a66b705d 100644 --- a/src/routes/cfp/+page.js +++ b/src/routes/cfp/+page.js @@ -1,6 +1,6 @@ import { redirect } from '@sveltejs/kit'; -import { thatConferenceRedirect as tcr } from '$utils/config.public.js'; +// import { thatConferenceRedirect as tcr } from '$utils/config.public.js'; export async function load() { - throw redirect(301, `${tcr.baseUrl}/cfp`); + throw redirect(301, `/activities/create/?event=THATConferenceWisconsin2024`); } diff --git a/src/routes/cfp/+page.svelte b/src/routes/cfp/+page.svelte deleted file mode 100644 index e69de29b..00000000