mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
fix: use relative path for i18n loading on GitHub Pages
- Change absolute path to relative path for i18n backend - Fixes translation loading when app is served from subdirectory
This commit is contained in:
@@ -15,7 +15,7 @@ i18n
|
||||
},
|
||||
ns: ['app'],
|
||||
backend: {
|
||||
loadPath: '/i18n/{{ns}}/{{lng}}.json'
|
||||
loadPath: './i18n/{{ns}}/{{lng}}.json'
|
||||
},
|
||||
detection: {
|
||||
// configure detection options
|
||||
|
||||
Reference in New Issue
Block a user