feat: replace SVG favicon with PNG and update layout reference
All checks were successful
Build Docker Image / build (push) Successful in 1m20s
All checks were successful
Build Docker Image / build (push) Successful in 1m20s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import './layout.css';
|
||||
import favicon from '$lib/assets/favicon.svg';
|
||||
import favicon from '$lib/assets/favicon.png';
|
||||
|
||||
let { children } = $props();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user