From f18491a818904fb22969dca8bf9637297dac0b7a Mon Sep 17 00:00:00 2001 From: "sur.la.route" Date: Sat, 19 Feb 2022 17:15:44 -0600 Subject: [PATCH] add netlify.toml for part of #731 Netlify next functions plugin is no longer copying in the build files. This adds the db file from the build into the functions. --- netlify.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..c7168738 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,2 @@ +[functions] +included_files = ["public/geo/*.mmdb"]