From 86513f22a2c0867208c2e713a46efcb16b2ebde3 Mon Sep 17 00:00:00 2001 From: Damillora Date: Sat, 28 Sep 2019 02:55:36 +0700 Subject: [PATCH] Change default port --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 83d0643..1f5a069 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -1,7 +1,7 @@ module.exports = { mode: 'universal', server: { - port: process.env.PORT || 3000 + port: 14033 }, /* ** Headers of the page