Skip to content

Commit

Permalink
Merge pull request #19 from Nolankicks/main
Browse files Browse the repository at this point in the history
Add Bsky redirect
  • Loading branch information
gio3k authored Oct 22, 2024
2 parents 7d81cd7 + b8f8143 commit 0ca0586
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 0ca0586

Please sign in to comment.