Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose list of pages to scrape with JavaScript
#15639 This exposes a dynamically generated text file with a list of URLs that should be generated with JS enabled by the static site generation process. This can be read by the script added in d8b3c9f to determine what URLs it should scrape. It currently only contains a single line for the one page we want to scrape after JS has been run. In the future it should be relatively easy to add new URLs to this list including lists of URLs programmatically generated. Now that we have a script to do the JS scraping and a way of generating a list of URLs for this process, our next step is to add this to the build process.
- Loading branch information