From 639cded83832db1a9ed5d5064bc4a6096c6acd57 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 26 Apr 2022 12:50:42 -0500 Subject: [PATCH] Include astro in external_node_modules --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index a87470f..7e9582c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -12,7 +12,7 @@ # node_bundler = "esbuild" # Flags "astro" as an external node module for all functions - # external_node_modules = ["astro"] + external_node_modules = ["astro"] # Includes all Markdown files inside the "files/" directory. # included_files = ["files/*.md"]