Closed Ritesh-Udgata closed 2 weeks ago
Name | Link |
---|---|
Latest commit | ae055bb8886808dbbdc75bdb7b96851bca69f014 |
Latest deploy log | https://app.netlify.com/sites/resonant-wisp-1a517a/deploys/6723db76f67d0d0008e579d3 |
Deploy Preview | https://deploy-preview-167--resonant-wisp-1a517a.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
DONE 👍
Ran through Prettier. Came out exactly the same.
It shouldn't have. Prettier will wrap lines at 80 characters if you use npx --yes prettier --write --prose-wrap always *.md
, which is what the CI build (which just failed) does. Looking at your file, there are still several lines longer than 80 characters
Closes #131