aboutsummaryrefslogtreecommitdiff
path: root/nuxt.config.js
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-11-04 01:24:31 -0700
committerFuwn <[email protected]>2021-11-04 01:24:31 -0700
commit59d8d1e7e66e575e22e8eaad54fb11f64959a5fc (patch)
treec1c8063eb72d6e74d3f56a5189da77694bf6336e /nuxt.config.js
parentfix(deps): node-sass (diff)
downloadyucky.fun-59d8d1e7e66e575e22e8eaad54fb11f64959a5fc.tar.xz
yucky.fun-59d8d1e7e66e575e22e8eaad54fb11f64959a5fc.zip
feat: new favicon
Diffstat (limited to 'nuxt.config.js')
-rw-r--r--nuxt.config.js2
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' }
],