Skip to content

Commit

Permalink
Merge pull request #1466 from ThatConference/cs/redirects
Browse files Browse the repository at this point in the history
refactor: adding redirects to thatconference.com
  • Loading branch information
theClarkSell authored Sep 18, 2023
2 parents 92b9ee2 + b20ca94 commit de5c401
Show file tree
Hide file tree
Showing 21 changed files with 10 additions and 809 deletions.
2 changes: 1 addition & 1 deletion src/routes/call-for-counselors/+page.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { redirect } from '@sveltejs/kit';

export async function load() {
throw redirect(302, `/call-for-counselors/tx/2024`);
throw redirect(301, `https://thatconference.com/cfp`);
}
1 change: 0 additions & 1 deletion src/routes/call-for-counselors/+page.svelte

This file was deleted.

7 changes: 0 additions & 7 deletions src/routes/call-for-counselors/[event]/[year]/+layout.svelte

This file was deleted.

12 changes: 0 additions & 12 deletions src/routes/call-for-counselors/[event]/[year]/+page.js

This file was deleted.

233 changes: 0 additions & 233 deletions src/routes/call-for-counselors/[event]/[year]/+page.svelte

This file was deleted.

43 changes: 0 additions & 43 deletions src/routes/call-for-counselors/_components/cta.svelte

This file was deleted.

33 changes: 0 additions & 33 deletions src/routes/call-for-counselors/_components/eventMeta.svelte

This file was deleted.

Loading

0 comments on commit de5c401

Please sign in to comment.