Skip to content

Commit

Permalink
refactor: Update iframe source URL in Webvm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
szweibel committed Sep 11, 2024
1 parent 0ac5f59 commit 9f052bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/Wasm/Webvm.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ export default function Webvm(props) {
<Head>
<script src={process.env.NEXT_PUBLIC_ASSET_PREFIX +'/coi-serviceworker.js'} async></script>
</Head>
{/* <EditorTopbar {...props} /> */}
<iframe src='./webvm/index.html' width='100%' height='95%' id="iframe"></iframe>
{/* <iframe src='../../webvm/index.html' width='100%' height='95%' id="iframe"></iframe> */}
</div>
</div>
)
}

0 comments on commit 9f052bc

Please sign in to comment.