From f2ab5e820c523c3e1b02cb77b2544878c9988359 Mon Sep 17 00:00:00 2001 From: prototypa <54446028+prototypa@users.noreply.github.com> Date: Sun, 28 Aug 2022 19:12:31 -0400 Subject: [PATCH] Add new settings: googleAnalyticsId --- src/config.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.mjs b/src/config.mjs index faa0abd..8c447db 100644 --- a/src/config.mjs +++ b/src/config.mjs @@ -4,4 +4,6 @@ export const SITE = { github: "https://github.com/onwidget/astrowind", postsPerPage: 6, + + googleAnalyticsId: false, // or "G-XXXXXXXXXX" };