Skip to content

Commit

Permalink
Add bsky redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolankicks committed Oct 22, 2024
1 parent 7d81cd7 commit b8f8143
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/routes/bsky/+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(302, 'https://bsky.app/profile/smallfi.sh');
}
Empty file added src/routes/bsky/+page.svelte
Empty file.

0 comments on commit b8f8143

Please sign in to comment.