diff --git a/redwood.toml b/redwood.toml index 4022418..bb86088 100644 --- a/redwood.toml +++ b/redwood.toml @@ -8,6 +8,7 @@ [web] port = 8910 apiProxyPath = "/.netlify/functions" + includeEnvironmentVariables = ['GOOGLE_ANALYTICS_ID'] [api] port = 8911 [browser]