Skip to content

Commit

Permalink
fix: add logo from gravatar
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsAnunesS committed Sep 8, 2024
1 parent 918ce94 commit 7b89355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composables/usePublicImages.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default function () {
return useState('publicImages', () => {
return {
'logo': 'https://s3.anuness.dev/assets/logo/5fb69c6ebf05b7c995ef2ccaedd6e2f7.jpg',
'logo': 'https://www.gravatar.com/avatar/a72c3628b6a1854a8d81283d9d0ec64c34d402728dcf11ce407aeef932a0a26f',
};
});
}
1 change: 1 addition & 0 deletions layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script setup lang="ts">
import { createHash } from 'crypto';
import useLoading from "~/composables/useLoading";
const pages = usePages();
Expand Down

0 comments on commit 7b89355

Please sign in to comment.