It is now possible to display #1
5
src/routes/discord/+page.ts
Normal file
5
src/routes/discord/+page.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { redirect } from '@sveltejs/kit';
|
||||
|
||||
export function load() {
|
||||
throw redirect(308, 'https://discord.gg/9RfkJeQQfB');
|
||||
}
|
Loading…
Reference in New Issue
Block a user