Skip to content

Commit

Permalink
Update +page.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaLucius committed Apr 25, 2024
1 parent 7ad12ed commit ad0fc4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script>
import Counter from './Counter.svelte';
import { base } from '$app/paths';
import { UmamiAnalytics } from '$lib';
</script>

Expand All @@ -17,8 +18,8 @@
<h1>
<span class="welcome">
<picture>
<source srcset="/svelte-welcome.webp" type="image/webp" />
<img src="/svelte-welcome.png" alt="Welcome" />
<source srcset="${base}/svelte-welcome.webp" type="image/webp" />
<img src="${base}/svelte-welcome.png" alt="Welcome" />
</picture>
</span>

Expand Down

0 comments on commit ad0fc4e

Please sign in to comment.