From e628aac3c435be28739107e3d280215f35eaeab4 Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Tue, 21 May 2024 18:57:02 +0000 Subject: [PATCH] preview needs host to be any, if we want to access via docker --- _preview.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_preview.sh b/_preview.sh index f365aa9..76dda4c 100755 --- a/_preview.sh +++ b/_preview.sh @@ -2,5 +2,5 @@ # will cause port 4000 to be available for reverse proxy to call on # but will *NOT* update the live website, because we are using a different destination -bundle exec jekyll serve --destination _preview +bundle exec jekyll serve --host '*' --destination _preview