diff --git a/netlify.toml b/netlify.toml index 3277d4f..795508e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,3 +4,6 @@ [images] remote_images = ["https://static.btcmap.org/images/communities/.*", "https://www.openstreetmap.org/.*", "https://avatars.githubusercontent.com/.*" ] + +[functions] + external_node_modules = ['@resvg/resvg-js']