From 356cceb8ae48bc403e58f763573599061b8c408a Mon Sep 17 00:00:00 2001 From: Matthew Wong Date: Tue, 12 Apr 2022 14:17:36 -0400 Subject: [PATCH] add google analytics --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index eb8765781..baa442fef 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = "https://fleeting-notes-quartz.netlify.app/" languageCode = "en-us" -googleAnalytics = "G-XYFD95KB4J" +googleAnalytics = "G-C7BS7W5FJE" pygmentsUseClasses = true relativeURLs = false disablePathToLower = true