🚀 NASA Astronomy Picture of the Day

Incremental Static Generation Demo

Recent Images

Test Commands

# Full build (last 10 days)
npm run generate

# Incremental build (add a specific date)
$env:INCREMENTAL_BUILD="true"; $env:CHANGED_ROUTES="/apod/2024-01-15"; npm run generate