Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 755 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 755 Bytes

Gangleri / Zoega's Dictionary

Walk through Zoega's Dictionary sitemap with Gangleri

Usage

yarn start

Motivation

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.