feat(#2): Get notifications working again
This commit is contained in:
@@ -18,8 +18,8 @@ const color = computed(() => (colorMode.value === 'dark' ? '#111827' : 'white'))
|
||||
useHead({
|
||||
meta: [
|
||||
{ charset: 'utf-8' },
|
||||
{ userName: 'viewport', content: 'width=device-width, initial-scale=1' },
|
||||
{ key: 'theme-color', userName: 'theme-color', content: color }
|
||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
||||
{ key: 'theme-color', name: 'theme-color', content: color }
|
||||
],
|
||||
link: [{ rel: 'icon', href: '/favicon.ico' }],
|
||||
htmlAttrs: {
|
||||
@@ -39,8 +39,4 @@ useSeoMeta({
|
||||
twitterImage: 'https://dashboard-template.nuxt.dev/social-card.png',
|
||||
twitterCard: 'summary_large_image'
|
||||
})
|
||||
|
||||
// onBeforeMount(() => {
|
||||
// $fetch('/api/auth/refresh')
|
||||
// })
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user