Skip to content

Commit

Permalink
Added base
Browse files Browse the repository at this point in the history
  • Loading branch information
prokawsar committed Nov 27, 2024
1 parent 56ca54b commit c5bf0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/apps/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
{#if app.preview && app.preview.length}
<div class="flex grid-cols-3 gap-2 overflow-x-auto lg:grid lg:w-fit">
{#each app.preview as preview}
<img class="max-h-[560px] max-w-[300px]" src={preview} alt="app preview" />
<img class="max-h-[560px] max-w-[300px]" src={base + preview} alt="app preview" />
{/each}
</div>
{/if}
Expand Down

0 comments on commit c5bf0d1

Please sign in to comment.