Hi,
My svelte component take parameters a picture to add it as background. Then I pass image as x64. But I need to push it as get parameter to +server.ts. The issue is that the parameter is too long for get request.
Then I use POST, but I do not know how to deal with og meta.
Any idea?