diff --git a/nuxt.config.js b/nuxt.config.js index 1d74876..24a4378 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -1,4 +1,5 @@ export default { + server: { port: 8080 }, // Disable server-side rendering (https://go.nuxtjs.dev/ssr-mode) ssr: false,