mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 08:07:22 +00:00
* feat: Add Matomo analytics (#199) * chore: update .env.local.example * chore: update netlify.toml * chore: matomo setup * Fix broken rpc link (#203) Co-authored-by: Nicolás Quiroz <nh.quiroz@gmail.com> Co-authored-by: Sam Richards <sbrichards@gmail.com>
9 lines
244 B
TOML
9 lines
244 B
TOML
# https://docs.netlify.com/integrations/frameworks/next-js/incremental-static-regeneration/
|
|
|
|
[functions]
|
|
included_files = ["src/**"]
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
Access-Control-Allow-Origin = "https://matomo.ethereum.org"
|