docs(build-pages.sh): update note for local development to reflect correct path for index.html file

This commit is contained in:
snomiao
2025-10-16 00:09:01 +00:00
parent 3e922787f9
commit 3fa93f60e2
2 changed files with 2 additions and 2 deletions

View File

@@ -70,6 +70,6 @@ echo "[build-pages] Landing page already exists at .pages/index.html"
echo "[build-pages] Build artifacts ready in ./.pages"
echo "[build-pages] Note: For local dev, you can develop the docs/pages/index.html using:
echo "[build-pages] Note: For local dev, you can develop the .pages/index.html using:
pnpm exec vite .pages
"