mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
4dcdcf8ae8
Works around Vite imports vite-imagetools is borked for this
8 lines
209 B
Svelte
8 lines
209 B
Svelte
<script>
|
|
export let src;
|
|
export let alt;
|
|
// console.log(src)
|
|
// import _PastedImage20240716123726Png from "./Pasted%20image%2020240716123726.png?meta";
|
|
|
|
</script>
|
|
<img src={src} alt={alt}/> |