mirror of https://github.com/TZGyn/shortener
Compare commits
2 Commits
446b98db20
...
4239ca7d67
| Author | SHA1 | Date |
|---|---|---|
|
|
4239ca7d67 | 1 year ago |
|
|
4935d3cb68 | 1 year ago |
@ -0,0 +1,6 @@
|
|||||||
|
import { redirect } from '@sveltejs/kit'
|
||||||
|
import type { PageServerLoad } from './$types'
|
||||||
|
|
||||||
|
export const load = (async () => {
|
||||||
|
redirect(302, '/')
|
||||||
|
}) satisfies PageServerLoad
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
@ -0,0 +1 @@
|
|||||||
|
google-site-verification: googled263903462c1d2c5.html
|
||||||
Loading…
Reference in New Issue