mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix lint
This commit is contained in:
parent
f3a9996962
commit
030ff32b13
@ -3,9 +3,7 @@ import defaultConfig from './nuxt.config.js'
|
||||
const {
|
||||
css,
|
||||
styleResources,
|
||||
env: {
|
||||
locales,
|
||||
},
|
||||
env: { locales },
|
||||
manifest,
|
||||
} = defaultConfig
|
||||
|
||||
@ -28,7 +26,7 @@ export default {
|
||||
{
|
||||
hid: 'description',
|
||||
name: 'description',
|
||||
content: 'Maintenance page for Human Connection'
|
||||
content: 'Maintenance page for Human Connection',
|
||||
},
|
||||
],
|
||||
link: [
|
||||
@ -46,18 +44,15 @@ export default {
|
||||
{ src: '~/plugins/v-tooltip.js', ssr: false },
|
||||
],
|
||||
|
||||
modules: [
|
||||
'cookie-universal-nuxt',
|
||||
'@nuxtjs/style-resources',
|
||||
],
|
||||
modules: ['cookie-universal-nuxt', '@nuxtjs/style-resources'],
|
||||
|
||||
router: {
|
||||
extendRoutes(routes, resolve) {
|
||||
routes.push({
|
||||
name: 'maintenance',
|
||||
path: '*',
|
||||
component: resolve(__dirname, 'pages/index.vue')
|
||||
component: resolve(__dirname, 'pages/index.vue'),
|
||||
})
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
@ -10,16 +10,12 @@
|
||||
<ds-flex>
|
||||
<ds-flex-item :width="{ base: '100%', sm: 1, md: 1 }">
|
||||
<ds-space>
|
||||
<img
|
||||
class="login-image"
|
||||
alt="Human Connection"
|
||||
src="/img/sign-up/onourjourney.svg"
|
||||
/>
|
||||
<img class="login-image" alt="Human Connection" src="/img/sign-up/onourjourney.svg" />
|
||||
</ds-space>
|
||||
</ds-flex-item>
|
||||
<ds-flex-item :width="{ base: '100%', sm: 1, md: 1 }">
|
||||
<ds-flex-item>
|
||||
<ds-heading tag='h3'>
|
||||
<ds-heading tag="h3">
|
||||
{{ $t('maintenance.title') }}
|
||||
</ds-heading>
|
||||
</ds-flex-item>
|
||||
@ -32,7 +28,8 @@
|
||||
{{ $t('maintenance.questions') }}
|
||||
<a href="mailto:info@human-connection.org" class="email-link">
|
||||
info@human-connection.org
|
||||
</a>.
|
||||
</a>
|
||||
.
|
||||
</ds-text>
|
||||
</ds-space>
|
||||
</ds-flex-item>
|
||||
@ -47,7 +44,7 @@
|
||||
import LocaleSwitch from '~/components/LocaleSwitch/LocaleSwitch'
|
||||
|
||||
export default {
|
||||
layout:'blank',
|
||||
layout: 'blank',
|
||||
components: {
|
||||
LocaleSwitch,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user