Skip to content

Commit 7353091

Browse files
Return baseHref
1 parent 91e4d72 commit 7353091

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

frontend/angular.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,13 @@
129129
},
130130
"i18n": {
131131
"sourceLocale": {
132-
"code": "en"
132+
"code": "en",
133+
"baseHref": "/en/"
133134
},
134135
"locales": {
135136
"nl": {
136-
"translation": "locale/messages.nl.xlf"
137+
"translation": "locale/messages.nl.xlf",
138+
"baseHref": "/nl/"
137139
}
138140
}
139141
}

0 commit comments

Comments
 (0)