Update SEO.jsx to serve dynamic values for 'content'
The open graph and twitter cards are still serving static values for content.
We need to update these to use dynamic values pulled in from URL, like we do dynamically for og:title
@tristandenyer Should this go to someone else? (Just checked, and it looks like it's still there.)
@jkonrath-postman Looks to still be an issue. Will reassign on my end. Also, this could be a good issue for the community to pick up. I believe there are enough patterns existing in that file to expand on for this.
Hey can you assign me this issue?
Hi @tanay123456789, thanks for helping us out π Let me know if you have any questions πΈ
Ok so right now I am working on this issue and during testing, I encountered an issue while running npm run test:urlπππ
[email protected] test:url if grep -lri 's3.amazonaws.com/postman-static-getpostman-com' ./v6 ; then echo invalid s3 references found. Please use format; exit 1; else echo no s3 references found; fi
grep: ./v6: No such file or directory no s3 references found
Is this really the problem? If yes then please provide me with some inputs on resolving it.
Also, I ran another test, npm run dev which also failed so I am working to sort that issue also and so it's my humble requestπ to give me some time