From 91c250f4628b8403d832cb73e2e5d91aa24e6aa9 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Wed, 4 May 2022 17:17:55 -0500 Subject: [PATCH] Include netlify.toml with entry function --- netlify.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netlify.toml b/netlify.toml index a87470f..1209878 100644 --- a/netlify.toml +++ b/netlify.toml @@ -17,6 +17,9 @@ # Includes all Markdown files inside the "files/" directory. # included_files = ["files/*.md"] +[functions."entry"] + included_files = ["netlify.toml"] + [build.environment]