In NextJS Production mode - In Incremental Static Regeneration, I have placed an auto revalidate interval to 604800 seconds(7 days). In the meantime I may need to update a specific page before the interval time start.
How can I rebuild/update a specific page without rebuilding the full site before the interval/ISR time start?