Skip to content

Commit

Permalink
Merge pull request #1507 from ThatConference/next/feature
Browse files Browse the repository at this point in the history
feature -> production
  • Loading branch information
theClarkSell authored Jan 2, 2024
2 parents b5d212d + 4d10a32 commit d7eb8e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/routes/call-for-counselors/+page.js
Original file line number Diff line number Diff line change
@@ -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`);
}
4 changes: 2 additions & 2 deletions src/routes/cfp/+page.js
Original file line number Diff line number Diff line change
@@ -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`);
}
Empty file removed src/routes/cfp/+page.svelte
Empty file.

1 comment on commit d7eb8e9

@vercel
Copy link

@vercel vercel bot commented on d7eb8e9 Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.