Skip to content

Commit

Permalink
feat: add hacktoberfest redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Sep 29, 2023
1 parent 9549034 commit c47cb99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions src/routes/hacktoberfest/+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/post/hacktoberfest-2023');
}

0 comments on commit c47cb99

Please sign in to comment.