🐛 Fix relative path in app
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import type { PageLoad } from './$types'
|
||||
import { goto } from '$app/navigation'
|
||||
import { resolve } from '$app/paths'
|
||||
|
||||
export const load = (async () => {
|
||||
goto('/')
|
||||
goto(resolve('/'))
|
||||
return
|
||||
}) satisfies PageLoad
|
||||
|
||||
Reference in New Issue
Block a user