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" };