You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Motivation for the change, related issues
This fixes a problem with the PR preview URLs created by the PR preview
modals in production.
Before this fix, a preview URL created by the modal in production looks
like
```
https://playground.wordpress.net/null./?core-pr=7757#...
```
cc @ajotka
## Implementation details
This PR uses the current app location path as a basis for the PR preview
URL.
## Testing Instructions (or ideally a Blueprint)
- CI
- Test PR preview in web app with `npm run dev`
- Run `npm run build`, run `php -S localhost:8888 -t
dist/packages/playground/wasm-wordpress-net`, and manually test PR
preview for WP PRs
0 commit comments