Merge pull request #127 from Irev-Dev/kurt/ga-hot-patch

Add google analytics env var name to redwood.toml
This commit was merged in pull request #127.
This commit is contained in:
Kurt Hutten
2020-11-29 19:47:43 +11:00
committed by GitHub

View File

@@ -8,6 +8,7 @@
[web]
port = 8910
apiProxyPath = "/.netlify/functions"
includeEnvironmentVariables = ['GOOGLE_ANALYTICS_ID']
[api]
port = 8911
[browser]