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) · 782 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 782 Bytes

Gangleri / Cleasby & Vigfusson

Walk through Cleasby & Vigfusson 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. Cleasby & Vigfusson 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.