Skip to content

Commit 35d71ad

Browse files
committed
feat(LOCALES): fix i18n configuration base ref
1 parent eb2488c commit 35d71ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,12 @@
186186
"i18n": {
187187
"sourceLocale": {
188188
"code": "en",
189-
"baseHref": "/en/"
189+
"baseHref": "/"
190190
},
191191
"locales": {
192192
"es": {
193193
"translation": "src/locale/messages.es.xlf",
194-
"baseHref": "/"
194+
"baseHref": "/es/"
195195
}
196196
}
197197
}

0 commit comments

Comments
 (0)