diff --git a/nuxt.config.js b/nuxt.config.js index 76bfe89ca..d4be8d349 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -18,6 +18,8 @@ const allVersionsUrls = buildList(function*() { if (process.env.NODE_ENV === 'development') { yield 'http://pronouns.test:3000'; yield 'http://localhost:3000'; + } else if (process.env.NODE_ENV === 'test') { + // nothing } else { yield 'https://pronouns.page'; for (let loc in locales) {