When we try to use this and follow the instructions, after doing everything and then running, npm run dev locally, we get an error: Error: Pagefind was not able to build an index. Most likely, the directory passed to Pagefind was empty or did not contain any html files
this is kind of circular, as we are running this on local dev first, so we don't have any html files, so how does the run dev actually work if PagFind requires html files before a build?
When we try to use this and follow the instructions, after doing everything and then running, npm run dev locally, we get an error:
Error: Pagefind was not able to build an index. Most likely, the directory passed to Pagefind was empty or did not contain any html filesthis is kind of circular, as we are running this on local dev first, so we don't have any html files, so how does the run dev actually work if PagFind requires html files before a build?