remove to-ico dependency, use png favicon
This commit is contained in:
@@ -37,7 +37,7 @@ export default {
|
||||
.embed_event {
|
||||
display: flex;
|
||||
transition: margin .1s;
|
||||
background: url('/favicon.ico') no-repeat right 5px bottom 5px;
|
||||
background: url('/logo.png') no-repeat right 5px bottom 5px;
|
||||
background-size: 32px;
|
||||
background-color: #1f1f1f;
|
||||
text-decoration: none;
|
||||
|
||||
@@ -65,7 +65,7 @@ export default {
|
||||
{ hid: 'og-description', name: 'og:description', content: this.settings.description },
|
||||
{ hid: 'og-title', property: 'og:title', content: this.settings.title },
|
||||
{ hid: 'og-url', property: 'og:url', content: this.settings.baseurl },
|
||||
{ property: 'og:image', content: this.settings.baseurl + '/favicon.ico' }
|
||||
{ property: 'og:image', content: this.settings.baseurl + '/logo.png' }
|
||||
],
|
||||
link: [
|
||||
{ rel: 'alternate', type: 'application/rss+xml', title: this.settings.title, href: this.settings.baseurl + '/feed/rss' }
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
v-row.mt-5(align='center' justify='center')
|
||||
v-col(cols='12' md="6" lg="5" xl="4")
|
||||
v-card
|
||||
v-card-title <nuxt-link to='/'><img src='/favicon.ico'/></nuxt-link> {{$t('common.set_password')}}
|
||||
v-card-title <nuxt-link to='/'><v-img src='/logo.png' max-width="40px" max-height="40px" contain class='mr-4'/></nuxt-link> {{$t('common.set_password')}}
|
||||
template(v-if='valid')
|
||||
v-card-text(v-if='valid')
|
||||
v-form(v-if='valid')
|
||||
|
||||
Reference in New Issue
Block a user