Home page refreshes everytime instead of static
Answered
Perdonium posted this in #help-forum
Hello guys, I have a problem with my nextjs page. Most of them are rendered statically, including my main ("/") page. Except everytime I go back to it I can see it takes its time to refresh the page, whereas the other pages are shown instantly. Is there an option or something to fix that? Not sure what's the reason. Thanks!
Answered by Perdonium
Ok I fixed it, I found that I were using <a> for redirect to home page instead of <Link> 😄
1 Reply
Ok I fixed it, I found that I were using <a> for redirect to home page instead of <Link> 😄
Answer