From 1ae09896e5a7d34c67cfe59df11ca0c4d8efa093 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Sun, 14 May 2023 11:09:48 -0400 Subject: [PATCH] Forgot an important parameter --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 59dce33..e5c498a 100644 --- a/config.toml +++ b/config.toml @@ -20,6 +20,7 @@ enableGitInfo = true series = "series" [params] + analyticsURL = "analytics.ndumas.com" # dir name of your main content (default is `content/posts`). # the list of set content will show up on your index page (baseurl). contentTypeName = "posts"