We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to fork this repo and run it locally and while it did run and I got some results my own website resulted in an unknown error:
{ "url": "https://www.blog.davidmoll.net/", "error": "Unknown error.", "sidequests": { "-weight.total": 3, "+weight.total": 3, "-weight.document": 3, "+weight.document": 3, "-weight.script": 3, "+weight.script": 3, "-weight.image": 3, "+weight.image": 3, "-weight.font": 3, "+weight.font": 3, "+weight.fontCount": 3, "-timeToFirstByte": 3, "-totalBlockingTime": 3, "-largestContentfulPaint": 3 } }
ssg.js looks like this:
ssg.js
module.exports = { name: "SSG", description: "Static Site Generator web sites", options: { frequency: 60 * 23, freshChrome: "run" }, urls: [ "https://www.blog.davidmoll.net", "https://www.11ty.dev/", "https://www.gatsbyjs.com/", ] };
Other websites in the ssg.js-file ran fine. I am selfhosting my website using cloudflare tunnel on a Raspberry Pi. Any idea what could cause this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to fork this repo and run it locally and while it did run and I got some results my own website resulted in an unknown error:
ssg.js
looks like this:Other websites in the
ssg.js
-file ran fine. I am selfhosting my website using cloudflare tunnel on a Raspberry Pi. Any idea what could cause this?The text was updated successfully, but these errors were encountered: