Dynamic meta tags
#12110
Replies: 1 comment
-
@akanz Do you have access to something like Lamda@edge AWS functions? I had the same issue and had to solve it that way - essentially using cloud functions to intercept requests for the React app and adding the meta tags I needed before passing the request along. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone, I'm trying to implement social sharing in my application(It's a social application). I have implemented react-helmet but it doesn't seem to work. The backend is also rendered on a different server from the frontend.
How can I go about implementing this issue the right way?
Beta Was this translation helpful? Give feedback.
All reactions