-
-
Notifications
You must be signed in to change notification settings - Fork 588
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
[Docs]: Estimated Reading Time documentation issue #406
Comments
Indeed. I was struggling with the issue on
|
Yep, the blog post is a bit outdated and needs an update. Thanks for pointing this out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Issue
I'm attempting to setup the Estimated Reading Time feature, and I'm running into an issue. I noticed in the documentation here, the suggestion is to update the file at
src/pages/tags/[tag]/[page].astro
with an updated function for getStaticPaths. This suggests that you use the function in utilsgetPageNumbers
. This looks like it used to be in the codebase but may have since been removed. Is there a better suggested way to approach implementing this feature with this removed or is the best path forward to pull the older file back into my local repository?Proposed Changes
Update the docs to make it more clear, or provide a suggestion and I can make the pull request.
Additional Context
N/A
The text was updated successfully, but these errors were encountered: