how do you get data in sveltekit server-side (in order to not get cors’d)

comments (single view)

that’s what i’m doing but it does it client side for some reason

try using +page.server.js then pass down the data

ok will do

View all comments