fix: PWA not working

This commit is contained in:
2023-12-08 22:02:48 +01:00
parent 3c1a4de4a7
commit 50a09d2008
2 changed files with 1 additions and 7 deletions

View File

@@ -139,13 +139,7 @@
<div class="editor-root" bind:this={editor} />
</section>
<iframe
aria-hidden="true"
title="code sandbox"
bind:this={frame}
src="/sandbox.html"
sandbox="allow-scripts"
/>
<iframe aria-hidden="true" title="code sandbox" bind:this={frame} src="/sandbox/" sandbox="allow-scripts" />
<style lang="scss">
section {