Skip to content

Remove hard coded reading time and make it dynamic (in /pages) #45

Description

@calebephrem

Remove hard coded reading time (x min read sections) in pages and make it dynamic like the ones in articles-loader.ts

  • Remove readingTime metadata from each markdown file under /content/pages/
  • Replace hard coded reading time prop with dynamic ${Math.max(1, Math.ceil(wordCount / 200))} min read in pages-loader.ts
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions