diff --git a/nuxt.config.ts b/nuxt.config.ts index c41b305..564a90b 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -49,7 +49,7 @@ export default defineNuxtConfig({ image: { domains: [ 'avatars0.githubusercontent.com', - 'pbs.twimg.com' - ] - } + 'pbs.twimg.com', + ], + }, }) diff --git a/src/components/header/Logo.vue b/src/components/header/Logo.vue index 9e32061..9348421 100644 --- a/src/components/header/Logo.vue +++ b/src/components/header/Logo.vue @@ -4,11 +4,12 @@ const getColor = computed(() => `text-${appConfig.ui.primary}-500`) diff --git a/src/pages/writing/[slug].vue b/src/pages/writing/[slug].vue index c2f0af0..7a39128 100644 --- a/src/pages/writing/[slug].vue +++ b/src/pages/writing/[slug].vue @@ -1,5 +1,5 @@