Add google analytics env var name to redwood.toml

This commit is contained in:
Kurt Hutten
2020-11-29 19:46:51 +11:00
parent 90d882f94b
commit 1906bef32a

View File

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