diff --git a/nuxt.config.js b/nuxt.config.js index adf1ac6..21bcc3c 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -53,8 +53,7 @@ module.exports = { ], modules: [ '@nuxtjs/pwa', - '@nuxtjs/font-awesome', - '@nuxtjs/vercel-builder' + '@nuxtjs/font-awesome' // ['@nuxtjs/google-analytics', { ua: 'UA-108368424-1' }] ], plugins: [ diff --git a/package.json b/package.json index 805f41e..3cbbe6a 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,9 @@ "lint": "eslint --ext .js,.vue --ignore-path .gitignore .", "heroku-postbuild": "npm run build" }, + "now": { + "alias": "milleniaoffices" + }, "dependencies": { "@nuxtjs/font-awesome": "^1.0.3", "@nuxtjs/pwa": "^2.0.4", @@ -55,6 +58,6 @@ "nodemon": "^1.11.0" }, "engines": { - "node": "8.9.4" + "node": "8.9.3" } } diff --git a/vercel.json b/vercel.json deleted file mode 100644 index a54f783..0000000 --- a/vercel.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "version": 2, - "alias": "milleniaoffices", - "builds": [ - { - "src": "nuxt.config.js", - "use": "@nuxtjs/vercel-builder", - "config": { - "serverFiles": ["server-middleware/**"] - } - } - ] -}