Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 96fc9ea

Browse files
fix: head fn for about
WTF happened there?
1 parent 718ce82 commit 96fc9ea

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

pages/about.vue

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,11 @@ export default {
2626
components: {
2727
TeamMember
2828
},
29-
computed: {
30-
head() {
31-
return this.$createSeo('about', [{
32-
name: 'og:image',
33-
content: require('~/assets/img/bg/about-us.jpg')
34-
}])
35-
}
29+
head() {
30+
return this.$createSeo('about', [{
31+
name: 'og:image',
32+
content: require('~/assets/img/bg/about-us.jpg')
33+
}])
3634
},
3735
members: [
3836
{
@@ -65,9 +63,9 @@ export default {
6563
background-size: cover;
6664
background-position: top;
6765
68-
@screen md {
69-
background-image: linear-gradient(rgba(11, 7, 16, .6), rgba(11, 7, 16, .6) 80%, config('colors.rains-dark')), url("~assets/img/bg/about-us.jpg");
70-
background-position: top;
71-
}
66+
@screen md {
67+
background-image: linear-gradient(rgba(11, 7, 16, .6), rgba(11, 7, 16, .6) 80%, config('colors.rains-dark')), url("~assets/img/bg/about-us.jpg");
68+
background-position: top;
69+
}
7270
}
7371
</style>

0 commit comments

Comments
 (0)