mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-25 20:56:07 -05:00
add github activity graph to /projects
This commit is contained in:
@@ -22,7 +22,7 @@ const HitCounter = async ({ slug }: { slug: string }) => {
|
||||
</span>
|
||||
);
|
||||
} catch (error) {
|
||||
console.error("[hit counter] fatal error:", error);
|
||||
console.error("[/notes/[slug]/counter] fatal error:", error);
|
||||
|
||||
return <span title="Error getting views! :(">?</span>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user