Replies: 1 comment
-
OG Meta tags uses GET so you should use get method for it.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions