diff options
Diffstat (limited to 'nuxt.config.js')
| -rw-r--r-- | nuxt.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nuxt.config.js b/nuxt.config.js index e05ac4e..bee7a30 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -23,7 +23,7 @@ export default { { hid: 'theme-color', name: 'theme-color', content: '#0f0f0f' } ], link: [ - { rel: 'icon', type: 'image/jpg', href: '/favicon.jpg' }, + { rel: 'icon', type: 'image/jpg', href: '/favicon.png' }, { rel: 'stylesheet', href: 'https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css' }, { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css?family=Roboto+Mono:100,100i,300,300i,400,400i,500,500i,700,700i' } ], |