To get your application started, ISR just a configuration property away. On your route component (inside the/pagesdirectory) go to yourgetStaticPropsmethod and add therevalidatekey to the return object: export async function getStaticProps() { const { limit, count, pokemons } = await fetchPoke...