mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-14 23:20:51 -05:00
more caching and error handling
This commit is contained in:
@@ -18,7 +18,6 @@ const Comments = ({ title }: CommentsProps) => {
|
||||
return null;
|
||||
}
|
||||
|
||||
// TODO: use custom `<Loading />` spinner component during suspense
|
||||
return (
|
||||
<Giscus
|
||||
repo={config.githubRepo as GiscusProps["repo"]}
|
||||
|
||||
Reference in New Issue
Block a user