1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-14 21:40:49 -05:00

more caching and error handling

This commit is contained in:
2025-03-24 11:45:48 -04:00
parent 8890c1d08d
commit d3250bd00e
18 changed files with 335 additions and 327 deletions

View File

@@ -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"]}