From abc1133c7e077d484e4c97f75cee8460a3004397 Mon Sep 17 00:00:00 2001 From: Eltjo <github@eltjoveninga.nl> Date: Wed, 22 Jun 2022 14:50:56 +0000 Subject: [PATCH] Adds Azure Application Insights as a new analytics option (#692) --- exampleSite/config.toml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index cdf9479..dcc4195 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -69,6 +69,10 @@ # [params.googleTagManager] # id = "gid" +# If you want to use Application Insights(https://azure.com/) for analytics, add this section +# [params.applicationInsights] +# connectionString = "connectionString" + # If you want to implement a Content-Security-Policy, add this section [params.csp] childsrc = ["'self'"] -- Gitblit v1.10.0