custom fathom domain

This commit is contained in:
2021-12-30 11:00:15 -05:00
parent ff4bf9cc5d
commit 8bbc7e3cf2
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ export const longDescription =
"Hi there! I'm a frontend web developer based in Boston, Massachusetts specializing in the JAMstack, modern JavaScript frameworks, and progressive web apps.";
export const githubRepo = "jakejarvis/jarv.is";
export const fathomSiteId = "WBGNQUKW";
export const fathomCustomDomain = "blue-chilly.jarv.is";
let baseURL = ""; // default to relative URLs
if (process.env.NEXT_PUBLIC_VERCEL_ENV === "production") {