Hi,
this might be a very beginners question - sorry for that.
I followed this tutorial: [Tutorial] Build a website with SvelteKit - Prismic
I then added a third Custom Type 'empl' (something like a blog) to my Repository.
I want to retrieve all entries of type 'empl' into my homepage and link them. The problem here is: I can't find a way to do so as I think I have to double the load functions.
Any hints would be deeply appreciated.
BR, M