Bryan Brophy
Bryan Brophy
The docs say that the `publish:site` script is usually run as part of the release script, but I ended up having to run it manually.
After commenting the line that throws the error referenced in #9, the full script was run, and my site was deployed correctly.
I'm not even sure that using the open graph meta tags is within the scope of this project, but it would be an excellent feature to add. If people have...
@mirik999 I also managed to solve this issue. My problem was similar to @asiajacko's. FB was using my canonical url tag to fetch the html to scrape. In development, my...
@SlavikMelnyk That is correct. If you don't want to setup SSR though, you can use a service like [prerender.io](https://www.prerender.io). This service will cache the html output of your rendered app,...
prerender.io is a service the does premiering for you. You can use it for free until you have more than 250 pages cached, then you have to start paying. For...
I was going to submit a PR to fix this, but then I saw these tests... https://github.com/validatorjs/validator.js/blob/907bb07b8d6be7d159791645960eb5f5017a99b6/test/validators.js#L672-L688 It seems that you can set the `disallow_auth` option to `true` and it...