diff --git a/client/components/admin/admin-general.vue b/client/components/admin/admin-general.vue index ff92b9c6..397b88c0 100644 --- a/client/components/admin/admin-general.vue +++ b/client/components/admin/admin-general.vue @@ -49,15 +49,6 @@ v-model='config.description' prepend-icon='explore' ) - v-text-field( - outline - label='Site Keywords' - :counter='255' - v-model='config.keywords' - prepend-icon='explore' - hint='Comma-separated list of keywords.' - persistent-hint - ) v-select.mt-2( outline label='Meta Robots' @@ -170,7 +161,6 @@ export default { host: '', title: '', description: '', - keywords: '', robots: [], ga: '', company: '', @@ -196,7 +186,6 @@ export default { host: this.config.host || '', title: this.config.title || '', description: this.config.description || '', - keywords: this.config.keywords || '', robots: this.config.robots || [], ga: this.config.ga || '', company: this.config.company || '', diff --git a/client/components/common/loader.vue b/client/components/common/loader.vue index c2205a93..88a88b18 100644 --- a/client/components/common/loader.vue +++ b/client/components/common/loader.vue @@ -51,6 +51,8 @@ export default {