getStaticProps isn't working on my home page ISR
Unanswered
Eastern yellowjacket posted this in #help-forum
Eastern yellowjacketOP
I want to use ISR for some banners in my next.js webpage, but in production ISR isn't working despite I have
revalidate: 10, what I'm doing wrong? I see that a lot of people use getStaticPaths and getStaticProps together but I don't need static paths.