-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable NextProgress on fast changing static pages #91
Comments
@robertocerdasilva I had the same problem so I made a fork that waits for a certain amount of time before showing the bar. It adds a |
You can pr this feature here too if u want |
@eamonma thanks bud! |
@eamonma Thank you so much! it's great |
@eamonma Your great effort definitely needs to be submitted as a pull request to this library. Thanks man! |
Hello!
Is there a way to disable NextProgress when visiting pages that contain static content or were created with getStaticProps?
Navigating to those pages is so fast that I don't see the need to show the progress bar in those cases. Very similar to how it works in Gatsby.JS, where the progress bar is only shown when the request is taking time.
Thank you.
The text was updated successfully, but these errors were encountered: