Skip to content

Commit

Permalink
fix(Meta.svelte): delete comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Oct 27, 2024
1 parent 2d01ebe commit b5bec56
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/routes/Meta.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script lang='ts'>
import OGP from '$/assets/vimjp-radio-cover-art/ogp.png';
import { VIM_JP_RADIO_INFO } from '$/lib/links';
// import FaviconsHead from 'vite-plugin-favicons/svelte';
import faviconLinks from 'virtual:favicons';
const { title, titleWithTagline, description, url } = VIM_JP_RADIO_INFO;
Expand Down Expand Up @@ -53,5 +52,3 @@
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
{@html faviconLinks}
</svelte:head>

<!-- <FaviconsHead /> -->

0 comments on commit b5bec56

Please sign in to comment.