mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
update name of blanks layout to basic layout
This commit is contained in:
parent
e0fec965dc
commit
e9ac462889
@ -76,7 +76,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
layout: 'blank',
|
||||
layout: 'basic',
|
||||
head() {
|
||||
return {
|
||||
title: this.$t('site.changelog'),
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
layout: 'blank',
|
||||
layout: 'basic',
|
||||
head() {
|
||||
return {
|
||||
title: this.$t('site.code-of-conduct'),
|
||||
|
||||
@ -385,7 +385,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
layout: 'blank',
|
||||
layout: 'basic',
|
||||
head() {
|
||||
return {
|
||||
title: this.$t('site.data-privacy'),
|
||||
|
||||
@ -73,7 +73,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
layout: 'blank',
|
||||
layout: 'basic',
|
||||
head() {
|
||||
return {
|
||||
title: this.$t('site.imprint'),
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
layout: 'blank',
|
||||
layout: 'basic',
|
||||
asyncData({ store, redirect }) {
|
||||
if (store.getters['auth/isLoggedIn']) {
|
||||
redirect('/')
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
layout: 'blank',
|
||||
layout: 'basic',
|
||||
asyncData({ store, redirect }) {
|
||||
if (store.getters['auth/isLoggedIn']) {
|
||||
redirect('/')
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
layout: 'blank',
|
||||
layout: 'basic',
|
||||
head() {
|
||||
return {
|
||||
title: this.$t('site.termsAndConditions'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user