diff --git a/nuxt.config.js b/nuxt.config.js index 9942dc175..391eb313c 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -17,7 +17,6 @@ export const options = { } export default { ssr: false, - target: "static", server: { host: "0.0.0.0", // default: localhost }, diff --git a/pages/index.vue b/pages/index.vue index f1a4ebfb7..6c1b455d4 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -2124,7 +2124,6 @@ export default { this.testReports = testResults }, getQueryStringFromPath() { - let queryString const pathParsed = url.parse(this.uri) return pathParsed.query ? pathParsed.query : "" },