From 7fdf0a52192ea5edb3b5bac1fdcf8a5c21ebf24f Mon Sep 17 00:00:00 2001 From: Caesar Schinas Date: Tue, 5 Sep 2023 11:41:09 +0100 Subject: [PATCH] fix: preview port changed upstream --- scripts/preview.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/preview.sh b/scripts/preview.sh index 440df8b4..8f22a387 100755 --- a/scripts/preview.sh +++ b/scripts/preview.sh @@ -29,7 +29,7 @@ mkdir -p $(dirname ./src/content/images/$current_branch) # in case of branch na ln -s $repo_path/images/ ./public/images/$current_branch # once the dev server is running, open the current docs branch in the browser -sleep 3 && open http://localhost:3000/docs/$current_branch/ & +sleep 3 && open http://localhost:4321/docs/$current_branch/ & # start the dev server pnpm run dev