diff --git a/app/pages/(info)/contacts.vue b/app/pages/(info)/contacts.vue index f626a32..4af895b 100644 --- a/app/pages/(info)/contacts.vue +++ b/app/pages/(info)/contacts.vue @@ -12,7 +12,7 @@ interface Member { const devTeam: Member[] = [ { name: 'Daniele Nicosia', - avatar: '/main_dev.png', + avatar: '/main_dev.webp', description: 'Project Manager\nFull-Stack Developer', links: [ { diff --git a/bun.lockb b/bun.lockb index c278a56..ea7de39 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index d6867ad..956a783 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "clean": "nuxi cleanup && nuxi prepare", "typecheck": "nuxi typecheck", "changelog": "changelogen", + "lighthouse": "unlighthouse --site ambo.nuxt.dev", "ci": "bun run lint && bun run typecheck && bun run test", "test": "vitest --run", "lint": "eslint --cache .", @@ -47,6 +48,7 @@ "changelogen": "^0.5.7", "eslint": "^9.17.0", "typescript": "^5.7.2", + "unlighthouse": "^0.14.1", "vitest": "^2.1.8", "vue-tsc": "^2.2.0", "wrangler": "^3.99.0" diff --git a/public/main_dev.png b/public/main_dev.png deleted file mode 100644 index db04bd6..0000000 Binary files a/public/main_dev.png and /dev/null differ diff --git a/public/main_dev.webp b/public/main_dev.webp new file mode 100644 index 0000000..20ac108 Binary files /dev/null and b/public/main_dev.webp differ