Compare commits

..

2 Commits

Author SHA1 Message Date
lks
86eac30d5e Merge pull request 'Use vite.svg the same way as svelte.svg in Svelte frontend' (#1) from main into server
Fix vite.svg not being found with the current technique of combining front ends into one server.
Reviewed-on: #1
2024-06-23 14:03:29 -04:00
dbe49ef82b Use vite.svg the same way as svelte.svg in Svelte frontend 2024-06-23 13:59:28 -04:00
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<script>
import svelteLogo from './assets/svelte.svg'
import viteLogo from '/vite.svg'
import viteLogo from './assets/vite.svg'
import Counter from './lib/Counter.svelte'
import Blurb from './lib/Blurb.svelte';

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB