feat: Simplify image conversion

This commit is contained in:
Bart van der Braak 2024-06-12 16:04:22 +02:00
parent c92a3697f0
commit 05c4e74420
8 changed files with 557 additions and 955 deletions

View file

@ -5,8 +5,8 @@
import { siteConfig } from '$lib/config/site';
import { cn } from '$lib/utils';
import catImg from '$lib/assets/root-cat.jpg?enhanced';
import meImg from '$lib/assets/root-me.jpg?enhanced';
import catImg from '$lib/assets/root-cat.jpg';
import meImg from '$lib/assets/root-me.jpg';
import { Cat, PersonStanding } from 'lucide-svelte';
const images = [