mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
fix: duplication of reading time label
This commit is contained in:
@@ -8,6 +8,6 @@ export const remarkReadingTime = () => {
|
||||
const textOnPage = toString(tree);
|
||||
const readingTime = getReadingTime(textOnPage);
|
||||
|
||||
data.astro.frontmatter.minutesRead = readingTime.text;
|
||||
data.astro.frontmatter.minutesRead = readingTime.minutes;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user