Skip to content

Commit ce80ac4

Browse files
committed
update
1 parent 3b29af4 commit ce80ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/remark-reading-time.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function remarkReadingTime() {
88

99
file.data.fm = {
1010
...(file.data.fm ?? {}),
11-
readingTime: readingTime.text,
11+
readingTime: `${Math.ceil(readingTime.minutes.toFixed(2))} menit`,
1212
};
1313
};
1414
}

0 commit comments

Comments
 (0)