From 076258f01037d47711c23510dfb62ad0a809d439 Mon Sep 17 00:00:00 2001 From: Tixie Date: Sat, 12 Mar 2022 11:33:35 +0000 Subject: [PATCH] Update from Forestry.io - Updated Forestry configuration --- .forestry/settings.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.forestry/settings.yml b/.forestry/settings.yml index d7b541b..5073d8b 100644 --- a/.forestry/settings.yml +++ b/.forestry/settings.yml @@ -21,8 +21,9 @@ front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: + preview_output_directory: public install_dependencies_command: npm install - preview_docker_image: forestryio/node:12 + preview_docker_image: forestryio/node:16 mount_path: "/srv" working_dir: "/srv" - instant_preview_command: npm run develop + instant_preview_command: npm run build