-
-
- getMetadata()}
- bind:value={inputLink}
- placeholder="https://example.com"
- class="col-span-3" />
-
-
-
-
-
-
-
-
- {#each projects as project}
- {project.name}
- {/each}
-
-
-
-
-
Preview
-
-
- {#if isPreviewLoading}
-
-
-
- {:else if previewData}
-

-
- {previewData.title}
-
- {/if}
-
-
-
-
-