finished embedding

This commit is contained in:
vcoppe
2024-07-12 18:08:27 +02:00
parent 5419088eaf
commit 24a5daaf9a
13 changed files with 194 additions and 62 deletions

View File

@@ -23,5 +23,5 @@
</script>
{#if embeddingOptions}
<Embedding options={embeddingOptions} />
<Embedding options={embeddingOptions} hash={$page.url.hash} />
{/if}