Navbars are still messed up
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { LayoutServerLoad } from './$types'
|
||||
|
||||
export const load: LayoutServerLoad = ({ url, locals }) => {
|
||||
return { urlPathname: url.pathname, user: locals.user }
|
||||
export const load: LayoutServerLoad = ({ locals }) => {
|
||||
return { user: locals.user }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user