Let Prettier reformat all of the things

This commit is contained in:
James M. Greene
2022-09-16 20:37:18 -05:00
parent b030b061cb
commit 069c984c5e
12 changed files with 64 additions and 72 deletions

View File

@@ -16,9 +16,7 @@ module.exports = {
{ hid: 'description', name: 'description', content: '' },
{ name: 'format-detection', content: 'telephone=no' }
],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
]
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }]
},
// Global CSS: https://go.nuxtjs.dev/config-css
@@ -38,4 +36,4 @@ module.exports = {
// Build Configuration: https://go.nuxtjs.dev/config-build
build: {}
}
}