diff --git a/index.html b/index.html index 9e5fc8f..20e6954 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,10 @@ - + - - - - Vite App + + + + snusxd :D
diff --git a/public/favicon.ico b/public/favicon.ico index df36fcf..e29fa11 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/components/now-playing.vue b/src/components/now-playing.vue index c549a0f..ae830f5 100644 --- a/src/components/now-playing.vue +++ b/src/components/now-playing.vue @@ -12,7 +12,7 @@ const lastfmusername = 'snsxd' const header = ref('silence...') const artist = ref('artist') const track = ref('track') -const labelurl = ref('public/default-cover.png') +const labelurl = ref('/public/default-cover.png') // colors const border_color = ref('#656565') diff --git a/src/global.css b/src/global.css index 89b3d69..8eee2cd 100644 --- a/src/global.css +++ b/src/global.css @@ -5,7 +5,7 @@ body { @font-face { font-family: 'Iosevka'; - src: url('public/fonts/sgr_iosevka_regular.woff2') format('woff2'); + src: url('/public/fonts/sgr_iosevka_regular.woff2') format('woff2'); font-weight: normal; font-style: normal; } \ No newline at end of file diff --git a/src/utils/change-title.ts b/src/utils/change-title.ts index 549289c..e081c67 100644 --- a/src/utils/change-title.ts +++ b/src/utils/change-title.ts @@ -15,5 +15,4 @@ export async function ChangeTitle(refvar: Ref, old_string: string, new_string: s refvar.value = new_array.slice(0, i + 1).join(' ') await sleep(100) } - // refvar.value = new_string }