@@ -19,10 +19,10 @@ option.
19
19
20
20
* Example grain URL: https://sandstorm.example.com/grain/TPeYUde5rioE5keWM
21
21
22
- * Example ephemeral domain URL: https://96cab9109791f1254002ac1f857ecee7.sandstorm.example.com/
22
+ * Example ephemeral domain URL: https://ui- 96cab9109791f1254002ac1f857ecee7.sandstorm.example.com/
23
23
24
- ** [ Try it now ] ( https://oasis.sandstorm.io/ ) ** by creating a grain and using your
25
- browser's _ Inspect Element _ feature to look at the URL of the ` IFRAME ` element.
24
+ Try it by creating a grain and using your browser's _ Inspect Element _ feature
25
+ to look at the URL of the ` IFRAME ` element, or open the frame in a new tab .
26
26
27
27
** If you need a stable domain name** : the app can ** expose static HTML content
28
28
to a stable domain name** by using the [ static web
@@ -40,7 +40,7 @@ grain. To be specific:
40
40
41
41
* Example URL: https://sandstorm.example.com/grain/TPeYUde5rioE5keWM/awesomeinfo#section3
42
42
43
- * Example ephemeral domain URL: https://96cab9109791f1254002ac1f857ecee7.sandstorm.example.com/awesomeinfo#section3
43
+ * Example ephemeral domain URL: https://ui- 96cab9109791f1254002ac1f857ecee7.sandstorm.example.com/awesomeinfo#section3
44
44
45
45
The grain user's web browser will show the grain URL (with the path and fragment) in the address
46
46
bar. By default, this URL will not change, even as the user clicks around within the app. To address
@@ -61,7 +61,7 @@ window.parent.postMessage({'setPath': location.pathname + location.hash}, '*');
61
61
62
62
This will copy the path and fragment from the grain into the browser's address bar.
63
63
64
- * Example ephemeral domain URL: https://96cab9109791f1254002ac1f857ecee7.sandstorm.example.com/foo#bar
64
+ * Example ephemeral domain URL: https://ui- 96cab9109791f1254002ac1f857ecee7.sandstorm.example.com/foo#bar
65
65
66
66
* URL: https://sandstorm.example.com/grain/TPeYUde5rioE5keWM/foo#bar
67
67
0 commit comments