update name of blanks layout to basic layout

This commit is contained in:
Brent Vardy 2019-09-05 13:58:35 +01:00 committed by mattwr18
parent e0fec965dc
commit e9ac462889
9 changed files with 8 additions and 8 deletions

View File

@ -76,7 +76,7 @@
<script>
export default {
layout: 'blank',
layout: 'basic',
head() {
return {
title: this.$t('site.changelog'),

View File

@ -36,7 +36,7 @@
<script>
export default {
layout: 'blank',
layout: 'basic',
head() {
return {
title: this.$t('site.code-of-conduct'),

View File

@ -385,7 +385,7 @@
<script>
export default {
layout: 'blank',
layout: 'basic',
head() {
return {
title: this.$t('site.data-privacy'),

View File

@ -73,7 +73,7 @@
<script>
export default {
layout: 'blank',
layout: 'basic',
head() {
return {
title: this.$t('site.imprint'),

View File

@ -71,7 +71,7 @@ import LocaleSwitch from '~/components/LocaleSwitch/LocaleSwitch'
import { VERSION } from '~/constants/terms-and-conditions-version.js'
export default {
layout: 'blank',
layout: 'basic',
data() {
return {
ready: false,

View File

@ -12,7 +12,7 @@
<script>
export default {
layout: 'blank',
layout: 'basic',
asyncData({ store, redirect }) {
if (store.getters['auth/isLoggedIn']) {
redirect('/')

View File

@ -4,7 +4,7 @@
<script>
export default {
layout: 'blank',
layout: 'basic',
asyncData({ store, redirect }) {
if (store.getters['auth/isLoggedIn']) {
redirect('/')

View File

@ -23,7 +23,7 @@
<script>
export default {
layout: 'blank',
layout: 'basic',
head() {
return {
title: this.$t('site.termsAndConditions'),