1
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:
2025-04-18 18:48:08 -04:00
parent 98ea88dae9
commit ba62de355f
10 changed files with 540 additions and 160 deletions

View File

@@ -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>;
}