Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

StackBlitz - share url with specific path

Tags:

stackblitz

I've created a small project on StackBlitz.
Link - https://stackblitz.com/edit/response-validation-docs

And this leads us to project with embedded browser on the right with url:
https://response-validation-docs.stackblitz.io
However I would like share it that I have such url with extra path in embeded browser :
https://response-validation-docs.stackblitz.io/nested-validation
Is that anyhow possible?

like image 822
Michał Lis Avatar asked Oct 23 '25 05:10

Michał Lis


1 Answers

Yes and seems there are many ways to accomplish this, the simple and straight forward is to use the query string parameters under the request URL.

To share the embedded link so it can go with the extra path mentioned you need to add the initialpath option on your link so it would be:

https://stackblitz.com/edit/response-validation-docs?file=src/app/app.component.ts&initialpath=nested-validation

More information about this on the documentation: StackBlitz Docs- Embedding

like image 156
Gicck Avatar answered Oct 27 '25 05:10

Gicck



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!