Update netlify.toml (#521)
This commit is contained in:
parent
c7eff85edd
commit
4bd0ffc198
|
@ -5,11 +5,11 @@ functions = "functions/"
|
||||||
[[plugins]]
|
[[plugins]]
|
||||||
package = "netlify-plugin-gatsby-cache"
|
package = "netlify-plugin-gatsby-cache"
|
||||||
|
|
||||||
[context.develop.environment]
|
[context.production.environment]
|
||||||
INDEX_ALGOLIA = "true"
|
INDEX_ALGOLIA = "true"
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/gastats.js"
|
from = "/gastats.js"
|
||||||
to = "https://www.google-analytics.com/analytics.js"
|
to = "https://www.google-analytics.com/analytics.js"
|
||||||
status = 200
|
status = 200
|
||||||
force = true
|
force = true
|
||||||
|
|
Loading…
Reference in New Issue