Skip to content

Commit

Permalink
chore: update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Dec 27, 2024
1 parent b70225a commit 54e9800
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/(info)/contacts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 .",
Expand Down Expand Up @@ -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"
Expand Down
Binary file removed public/main_dev.png
Binary file not shown.
Binary file added public/main_dev.webp
Binary file not shown.

0 comments on commit 54e9800

Please sign in to comment.