Skip to content

Commit

Permalink
fix: redirects (#217)
Browse files Browse the repository at this point in the history
updating the urls to be pointed at the next active event
  • Loading branch information
theClarkSell authored Jan 22, 2024
2 parents 96e8009 + f27214d commit 6055ed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/(redirects)/camp/+page.server.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, `/events/wi/2023/schedule/`);
throw redirect(302, `/tx/2024/schedule/`);
}
2 changes: 1 addition & 1 deletion src/routes/(redirects)/family/+page.server.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, `/wi/2023/schedule/?family=true`);
throw redirect(302, `/tx/2024/schedule/?family=true`);
}

1 comment on commit 6055ed5

@vercel
Copy link

@vercel vercel bot commented on 6055ed5 Jan 22, 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.