Skip to content

Commit

Permalink
Add redirect for case studies
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaoberai authored and TorstenDittmann committed Dec 6, 2023
1 parent 084a267 commit 876c058
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/routes/case-studies/+page.server.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { redirect } from '@sveltejs/kit';

export function load() {
throw redirect(301, '/blog/category/case-studies');
}

0 comments on commit 876c058

Please sign in to comment.