mirror of https://github.com/sveltejs/svelte
parent
1fcc3898bb
commit
b791d0ad36
@ -1,8 +1,5 @@
|
||||
import { redirect } from '@sveltejs/kit';
|
||||
|
||||
export function load() {
|
||||
throw redirect(
|
||||
307,
|
||||
'https://docs.google.com/document/d/1IA9Z5rcIm_KRxvh_L42d2NDdYRHZ72MfszhyJrsmf5A'
|
||||
);
|
||||
redirect(307, 'https://docs.google.com/document/d/1IA9Z5rcIm_KRxvh_L42d2NDdYRHZ72MfszhyJrsmf5A');
|
||||
}
|
||||
|
Loading…
Reference in new issue