-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1466 from ThatConference/cs/redirects
refactor: adding redirects to thatconference.com
- Loading branch information
Showing
21 changed files
with
10 additions
and
809 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`); | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
233 changes: 0 additions & 233 deletions
233
src/routes/call-for-counselors/[event]/[year]/+page.svelte
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
src/routes/call-for-counselors/_components/eventMeta.svelte
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.