1 changed files with 3 additions and 1 deletions
@ -1,8 +1,10 @@ |
|||||||
import type { LayoutLoad } from "./$types"; |
import type { LayoutLoad } from "./$types"; |
||||||
import { initNdk } from "$lib/ndk"; |
import { initNdk } from "$lib/ndk"; |
||||||
|
|
||||||
|
export const ssr = false; |
||||||
|
|
||||||
export const load: LayoutLoad = () => { |
export const load: LayoutLoad = () => { |
||||||
return { |
return { |
||||||
ndk: initNdk(), |
ndk: initNdk(), |
||||||
}; |
}; |
||||||
} |
}; |
||||||
|
|||||||
Loading…
Reference in new issue