Skip to content

Commit

Permalink
refactor: make author image hosted away
Browse files Browse the repository at this point in the history
  • Loading branch information
fyodorio committed Jan 8, 2023
1 parent e228637 commit 3692d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed src/assets/images/author.jpg
Binary file not shown.
4 changes: 2 additions & 2 deletions src/components/Author.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="author">

<g-image alt="Author image" class="author__image" src="~/assets/images/author.jpg" width="180" height="180" blur="5" />
<g-image alt="Author image" class="author__image" src="https://res.cloudinary.com/fyodorio/image/upload/v1673112865/my-logos/author_wudaur.jpg" width="180" height="180" blur="5" />

<h1 v-if="showTitle" class="author__site-title">
{{ $static.metadata.siteName }}
Expand All @@ -25,7 +25,7 @@
query {
metadata {
siteName
siteDescription
siteDescription
}
}
</static-query>
Expand Down

0 comments on commit 3692d28

Please sign in to comment.