🐛 Fix node env
parent
b4aa22e28b
commit
0854278918
|
@ -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}
|
||||
|
|
|
@ -86,7 +86,6 @@ module.exports = {
|
|||
},
|
||||
plugins: [
|
||||
new EnvironmentPlugin({
|
||||
'NODE_ENV': 'developement',
|
||||
'EN_SITE': '/infrance${path}',
|
||||
'FR_SITE': '/mon-entreprise${path}'
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue