diff options
| author | Fuwn <[email protected]> | 2021-11-04 01:24:31 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-11-04 01:24:31 -0700 |
| commit | 59d8d1e7e66e575e22e8eaad54fb11f64959a5fc (patch) | |
| tree | c1c8063eb72d6e74d3f56a5189da77694bf6336e /nuxt.config.js | |
| parent | fix(deps): node-sass (diff) | |
| download | yucky.fun-59d8d1e7e66e575e22e8eaad54fb11f64959a5fc.tar.xz yucky.fun-59d8d1e7e66e575e22e8eaad54fb11f64959a5fc.zip | |
feat: new favicon
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' } ], |