fix: keep live demo links WebContainer-safe - #20
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e658624a0b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| const base = process.env.CAUSESCOPE_DOCS_BASE ?? "/"; | ||
| const liveDemo = "https://stackblitz.com/fork/github/stackloomdev/causescope?startScript=dev"; | ||
| const liveDemo = "https://stackblitz.com/fork/github/stackloomdev/causescope?startScript=dev%3Astackblitz"; |
There was a problem hiding this comment.
Verify the live-demo navigation in a real browser
This changes the user-visible VitePress “Live demo” destination, but the listed validation contains only CLI/build checks; verify-links.ts compares strings and cannot establish that clicking the generated navigation opens StackBlitz and successfully honors the encoded startScript. Please verify the built documentation and resulting WebContainer startup in a real browser before handoff.
AGENTS.md reference: AGENTS.md:L11-L11
Useful? React with 👍 / 👎.
Summary
Validation