summaryrefslogtreecommitdiff
path: root/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config.rb')
-rw-r--r--config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.rb b/config.rb
index bf12a20..a90a2aa 100644
--- a/config.rb
+++ b/config.rb
@@ -72,7 +72,7 @@ page "/feed.xml", layout: false
# activate :automatic_image_sizes
# Reload the browser automatically whenever files change
-activate :livereload
+activate :livereload, host: "0.0.0.0"
# Methods defined in the helpers block are available in templates
# helpers do