Add new settings: googleAnalyticsId

This commit is contained in:
prototypa
2022-08-28 19:12:31 -04:00
committed by GitHub
parent 13d8e41770
commit f2ab5e820c

View File

@ -4,4 +4,6 @@ export const SITE = {
github: "https://github.com/onwidget/astrowind", github: "https://github.com/onwidget/astrowind",
postsPerPage: 6, postsPerPage: 6,
googleAnalyticsId: false, // or "G-XXXXXXXXXX"
}; };