Skip to content

Commit

Permalink
chore: upgrade nuxt v3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Jun 12, 2024
1 parent a35b64a commit a8ddf68
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 746 deletions.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineNuxtConfig({
{ hid: 'description', name: 'description', content: '' },
{ name: 'format-detection', content: 'telephone=no' },
],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
link: [{ rel: 'icon', href: '/favicon.ico' }],
},
},

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"nuxt": "^3.11.2",
"nuxt": "^3.12.1",
"postcss-html": "^1.6.0",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.5",
Expand Down
Loading

0 comments on commit a8ddf68

Please sign in to comment.