Skip to content

Commit

Permalink
fix: nested-messages example must mount child at /.proxy/nested
Browse files Browse the repository at this point in the history
  • Loading branch information
afgiel committed Jun 21, 2024
1 parent 9efac24 commit 52a6c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nested-messages/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
</head>
<body>
<div>Parent iframe</div>
<iframe id="child-iframe" src="/nested" width="250px" height="250px"></iframe>
<iframe id="child-iframe" src="/.proxy/nested" width="250px" height="250px"></iframe>
</body>
</html>

0 comments on commit 52a6c49

Please sign in to comment.