diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-27 10:04:32 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-27 10:04:32 -0500 |
| commit | 3fb9421ba90977e7f7ac4f1c2e1aadc6b57bcff3 (patch) | |
| tree | 1fcb6d2b7abba040d8b178cb6d86cd60f9051a6e /nuxt.config.js | |
| parent | fcb807c3b6357ebef82a16ec10085a51278296b0 (diff) | |
| download | personal-website-2020-rewrite.tar.gz personal-website-2020-rewrite.tar.bz2 personal-website-2020-rewrite.zip | |
Removed blog; Removed video temp; New logo; 20212020-rewrite
Diffstat (limited to 'nuxt.config.js')
| -rw-r--r-- | nuxt.config.js | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/nuxt.config.js b/nuxt.config.js index 2c39420..1e8c92f 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -2,7 +2,6 @@ import colors from 'vuetify/es5/util/colors' import i18n from './config/i18n' module.exports = { - mode: 'universal', head: { titleTemplate: '%s - Andrew Lee', meta: [ @@ -37,15 +36,14 @@ module.exports = { buildModules: [ // Doc: https://github.com/nuxt-community/eslint-module '@nuxtjs/eslint-module', - '@nuxtjs/vuetify', + '@nuxtjs/vuetify' ], /* ** Nuxt.js modules */ modules: [ - '@nuxtjs/markdownit', - [ + [ 'nuxt-i18n', { defaultLocale: 'en', @@ -63,12 +61,9 @@ module.exports = { ], vueI18n: i18n } -] + ] ], - markdown: { - injected: true - }, /* ** vuetify module configuration |
