From 9b9b00b71b8a4d1f9d538dfe78fa0c3bc4cdd9a2 Mon Sep 17 00:00:00 2001 From: Ricardo-Silva91 Date: Thu, 31 Dec 2020 10:20:50 +0000 Subject: [PATCH] Update from Forestry.io - Updated Forestry configuration --- .forestry/settings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forestry/settings.yml b/.forestry/settings.yml index 3be3de3e..7e2d1d9a 100644 --- a/.forestry/settings.yml +++ b/.forestry/settings.yml @@ -15,9 +15,9 @@ front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: - preview_output_directory: ".vuepress/dist" + preview_output_directory: dist install_dependencies_command: npm install preview_docker_image: forestryio/node:12 mount_path: "/srv" working_dir: "/srv" - instant_preview_command: npm run develop + instant_preview_command: npm run build