1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-02 16:14:03 -05:00

don't load fathom script unless on production

This commit is contained in:
2022-05-16 09:40:36 -04:00
parent cf4f2fe442
commit 2f695be18f
12 changed files with 40 additions and 46 deletions

1
types/note.d.ts vendored
View File

@@ -9,7 +9,6 @@ export type NoteFrontMatter = {
description?: string;
image?: string;
tags?: string[];
readingMins?: number;
noComments?: boolean;
};