mirror of https://github.com/TZGyn/shortener
improve seo
parent
4935d3cb68
commit
4239ca7d67
@ -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