diff --git a/.forestry/settings.yml b/.forestry/settings.yml
index 6cf46cafc7bb411009cf0701f7e2618df3978900..a8bdf08c1ee6caea2d97fbc77ddd748ae5f1b024 100644
--- a/.forestry/settings.yml
+++ b/.forestry/settings.yml
@@ -13,7 +13,6 @@ sections:
 - type: document
   path: _data/navigation.yml
   label: Navigations
-  read_only: false
 - type: jekyll-pages
   label: Pages
   create: all
@@ -34,7 +33,7 @@ build:
   preview_env:
   - JEKYLL_ENV=staging
   preview_output_directory: _site
-  install_dependencies_command: bundle install --path vendor/bundle
+  install_dependencies_command: bundle install
   preview_docker_image: forestryio/ruby:2.6
   mount_path: "/srv"
   working_dir: "/srv"