From 33ecb49ff4d568881055bb70114989e6f04837b0 Mon Sep 17 00:00:00 2001 From: Edgard Date: Fri, 12 May 2023 15:40:10 -0300 Subject: [PATCH] chore: Added google gtag --- typedoc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index 5c7b1d1..c3ed521 100644 --- a/typedoc.json +++ b/typedoc.json @@ -4,5 +4,6 @@ "excludeProtected": true, "excludeExternals": true, "includeVersion": false, - "out": "docs" + "out": "docs", + "gaID": "G-WBY63HR4VS" }