I have a SvelteKit app, with route-name.js and route-name.svlete retreiving & displaying content from repeatable documents, on problem.
I'm wondering what's now the recommended way to retrieve data for a singleton (e.g. menu) and pass that to a lib/menu.svelte file? (lib/menu.svlete being imported into my main __layout.svelte)
(The Prismic docs on this address doing this in plain Svelte, but not Sveletekit).