diff --git a/components/results/index.js b/components/results/index.js index fd6b2e9..936f2ff 100644 --- a/components/results/index.js +++ b/components/results/index.js @@ -90,7 +90,7 @@ export default class Results extends React.Component {

{f.title}

-

Your level of {f.title.toLowerCase()} is {f.scoreText} ({f.score}/{f.count * 6})

+

Your level of {f.title.toLowerCase()} is {f.scoreText} ({f.score}/{f.count * 5})

) } diff --git a/config/index.js b/config/index.js index e909649..de7ab64 100644 --- a/config/index.js +++ b/config/index.js @@ -2,7 +2,7 @@ module.exports = { dataUrl: process.env.DATA_URL || 'https://questions.bigfive.maccyber.io/getQuestions', - generatorUrl: process.env.GENERATOR_URL || 'https://generator.bigfive.maccyber.io', + generatorUrl: process.env.GENERATOR_URL || 'https://generator.bigfive.world', defaultLanguage: process.env.DEFAULT_LANG || 'en', defaultLimit: parseInt(process.env.DEFAULT_LIMIT) || 5, defaultTest: process.env.DEFAULT_TEST || '120', diff --git a/package.json b/package.json index 4cc2052..ced80d2 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,11 @@ "standard": "9.0.2" }, "now": { - "alias": "bigfive.maccyber.io", + "alias": [ + "bigfive.maccyber.io", + "bigfive.world", + "no.bigfive.maccyber.io" + ], "env": { "NODE_ENV": "production" },