flow-router-seo
flow-router-seo copied to clipboard
using localhost:3000 for urls and not the external url
I am hitting my site on dev.mydomain.co.uk, which is nginx'd from port 80 to meteor running on port 3000. But without any attempt to set twitter:url I am getting:
<meta name="twitter:url" content="http://localhost:3000/property/page/blah" data-flow-router-seo="true">
I am having to override both twitter:url and og:url to manually set the proper url but its a pain that the package doesn't just set it properly based on the actual url,
bump. (is this package actually being supported?)