Skip to content

Commit

Permalink
Fix deploying Dashboard on a sub-paths (#5022)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Florek authored Mar 22, 2020
1 parent 3fb401d commit 6e26084
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,36 @@
"i18n": {
"sourceLocale": {
"code": "en",
"baseHref": "/"
"baseHref": ""
},
"locales": {
"de": {
"translation": "i18n/de/messages.de.xlf",
"baseHref": "/"
"baseHref": ""
},
"fr": {
"translation": "i18n/fr/messages.fr.xlf",
"baseHref": "/"
"baseHref": ""
},
"ja": {
"translation": "i18n/ja/messages.ja.xlf",
"baseHref": "/"
"baseHref": ""
},
"ko": {
"translation": "i18n/ko/messages.ko.xlf",
"baseHref": "/"
"baseHref": ""
},
"zh": {
"translation": "i18n/zh/messages.zh.xlf",
"baseHref": "/"
"baseHref": ""
},
"zh-Hans": {
"translation": "i18n/zh-Hans/messages.zh-Hans.xlf",
"baseHref": "/"
"baseHref": ""
},
"zh-Hant": {
"translation": "i18n/zh-Hant/messages.zh-Hant.xlf",
"baseHref": "/"
"baseHref": ""
}
}
},
Expand Down

0 comments on commit 6e26084

Please sign in to comment.