From 2ff8155a35bfe38908219a93d5431c5ddbf1191e Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 21 Jun 2024 23:28:52 +0100 Subject: [PATCH] fix: Netlify include axios for function runtime --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 2139cb7..194ba56 100644 --- a/netlify.toml +++ b/netlify.toml @@ -21,7 +21,7 @@ # REACT_APP_WHO_API_KEY='' # WhoAPI key, for iniiating client-side whois lookup [functions] - included_files = ["node_modules/**"] + external_node_modules = ["axios"] # Redirect the /api/* path to the lambda functions [[redirects]]