mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 23:02:53 +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
@@ -12,7 +12,7 @@ interface Props {
|
||||
class: string
|
||||
}
|
||||
|
||||
const { title, slug, pubDate } = Astro.props
|
||||
const { title, pubDate } = Astro.props
|
||||
const className = Astro.props.class
|
||||
const profileConf = profileConfig
|
||||
const licenseConf = licenseConfig
|
||||
|
||||
Reference in New Issue
Block a user