diff --git a/app/app.vue b/app/app.vue index 7485da8..8596d5b 100644 --- a/app/app.vue +++ b/app/app.vue @@ -4,13 +4,12 @@ import { NuxtLayout } from '#components' useHead({ meta: [ { name: 'viewport', content: 'width=device-width, initial-scale=1' }, - { charset: 'utf-8' } + { charset: 'utf-8' }, ], link: [ - { rel: 'icon', type: 'image/png', href: '/favicon-32x32.png' } - ] + { rel: 'icon', type: 'image/png', href: '/favicon-32x32.png' }, + ], }) -