mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 07:12:52 +01:00
refactor: remove unused props from components and improve error handling in about page (#385)
This commit is contained in:
committed by
GitHub
parent
c8142d0ac5
commit
7ea2f7f40f
@@ -10,7 +10,7 @@ interface Props {
|
||||
tags?: string[]
|
||||
categories?: string[]
|
||||
}
|
||||
const { keyword, tags, categories } = Astro.props
|
||||
const { tags, categories } = Astro.props
|
||||
|
||||
let posts = await getSortedPosts()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user