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