mirror of https://github.com/TZGyn/shortener
Compare commits
No commits in common. '4239ca7d6705c27303162ea4056479ee0c2d8cfd' and '446b98db2060d5763a1486a568e59ce266a4502a' have entirely different histories.
4239ca7d67
...
446b98db20
@ -1,6 +0,0 @@
|
|||||||
import { redirect } from '@sveltejs/kit'
|
|
||||||
import type { PageServerLoad } from './$types'
|
|
||||||
|
|
||||||
export const load = (async () => {
|
|
||||||
redirect(302, '/')
|
|
||||||
}) satisfies PageServerLoad
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 39 KiB |
@ -1 +0,0 @@
|
|||||||
google-site-verification: googled263903462c1d2c5.html
|
|
||||||
Loading…
Reference in New Issue