diff --git a/NUXT/nuxt.config.js b/NUXT/nuxt.config.js index 0e1fb06..8865509 100644 --- a/NUXT/nuxt.config.js +++ b/NUXT/nuxt.config.js @@ -29,7 +29,7 @@ export default { //--- VueTube Debugging ---// server: { port: 3000, // default: 3000 (Note: Running on ports below 1024 requires root privileges!) - host: "0.0.0.0", // default: localhost, + host: "localhost", // default: localhost, timing: false, },