🐛 Fix node env

pull/424/head
Johan Girod 2018-11-15 12:24:16 +01:00
parent b4aa22e28b
commit 0854278918
2 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,7 @@ const CreateMyCompany = ({ match, nextQuestionUrl }: Props) => (
{match.isExact && (
<div className="ui__ answer-group">
<Link className="ui__ button" to={nextQuestionUrl}>
<T>Choisir la forme juridique</T>
<T>Commencer</T>
</Link>
<Link
to={sitePaths().sécuritéSociale.index}

View File

@ -86,7 +86,6 @@ module.exports = {
},
plugins: [
new EnvironmentPlugin({
'NODE_ENV': 'developement',
'EN_SITE': '/infrance${path}',
'FR_SITE': '/mon-entreprise${path}'
}),