diff --git a/nuxt.config.js b/nuxt.config.js index a08ee50a4..2e197c22a 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -27,9 +27,6 @@ export default { server: { host: '0.0.0.0', // default: localhost }, - serverMiddleware: [ - '~/proxy/index.js' - ], head: { title: `${meta.name} \u2022 ${meta.shortDescription}`, meta: [ diff --git a/pages/index.vue b/pages/index.vue index a54aafe94..eca37a923 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -976,7 +976,7 @@ export default { const config = this.$store.state.postwoman.settings.PROXY_ENABLED ? { method: "POST", - url: `${window.location.protocol}//${window.location.host}/proxy`, + url: `https://postwoman.apollotv.xyz/`, data: requestOptions } : requestOptions; diff --git a/pages/settings.vue b/pages/settings.vue index 731dcfce8..95fd90345 100644 --- a/pages/settings.vue +++ b/pages/settings.vue @@ -48,6 +48,9 @@ +