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