diff --git a/nuxt.config.js b/nuxt.config.js index 853c20c..4fba99e 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -16,11 +16,6 @@ export default { ] }, - server: (process.env.NODE_ENV !== 'production') ? { - host: '192.168.178.100', - port: 3000 - } : {}, - // Global CSS: https://go.nuxtjs.dev/config-css css: [ ],