mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2026-05-26 13:05:25 +00:00
almost done
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
import type { ReadTimeResults } from 'reading-time'
|
||||
|
||||
type Props = { readingTime: ReadTimeResults }
|
||||
|
||||
const { readingTime } = Astro.props
|
||||
---
|
||||
|
||||
<span>~ {readingTime.minutes.toFixed(0)} min</span>
|
||||
Reference in New Issue
Block a user