From bbcba75d226d10adf56f767afa9ac213e544b2f3 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 15 Sep 2020 20:22:03 -0500 Subject: [PATCH] Lint:fix nuxt.config --- nuxt.config.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 4a151e0..b5635a8 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -5,8 +5,8 @@ module.exports = { target: 'static', /* - ** Headers of the page - */ + ** Headers of the page + */ head: { title: pkg.name, meta: [ @@ -25,28 +25,28 @@ module.exports = { }, /* - ** Customize the progress-bar color - */ + ** Customize the progress-bar color + */ loading: { color: '#fff' }, /* - ** Global CSS - */ + ** Global CSS + */ css: ['~/assets/css/tailwind.css'], /* - ** Plugins to load before mounting the App - */ + ** Plugins to load before mounting the App + */ plugins: [], /* - ** Nuxt.js modules - */ + ** Nuxt.js modules + */ modules: [], /* - ** Build configuration - */ + ** Build configuration + */ build: { /* ** You can extend webpack config here