Nathan
Results
1
comments of
Nathan
My working solution, it's not the cleanest, but it's quick and it works. ``` import fs from 'fs'; import { LinkChecker } from 'linkinator'; const checkForBrokenLinks = async () =>...