Walk through Zoega's Dictionary sitemap with Gangleri
yarn start
Just triggers build / revalidate for each page in dictionary. There are more pages in the Dictionary than Vercel can handle at build time, so I wanted a way to ensure they're all build.
Note: nowadays Next.js & Vercel support ISR on-demand, which is better choice for revalidating / creating a bunch of pages. The Zoega Dictionary now uses API route & script to generate all pages at command. This also seems to consume much less Vercel resources, as only API routes are used.