diff --git a/client/nuxt.config.js b/client/nuxt.config.js index 3fc0f28..d4c84cc 100644 --- a/client/nuxt.config.js +++ b/client/nuxt.config.js @@ -1,6 +1,9 @@ import colors from 'vuetify/es5/util/colors' export default { +server: { + host: '0.0.0.0' + }, // Global page headers (https://go.nuxtjs.dev/config-head) head: { titleTemplate: '%s - client',