mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Fixed include path for signup-form translations
- this fixes the path after we moved the signup-form folder between workspace folders
This commit is contained in:
parent
366050a87d
commit
1be11e4648
@ -50,8 +50,8 @@ export default (function viteConfig() {
|
||||
},
|
||||
commonjsOptions: {
|
||||
include: [/ghost/, /node_modules/],
|
||||
dynamicRequireRoot: '../',
|
||||
dynamicRequireTargets: SUPPORTED_LOCALES.map(locale => `../i18n/locales/${locale}/signup-form.json`)
|
||||
dynamicRequireRoot: '../../',
|
||||
dynamicRequireTargets: SUPPORTED_LOCALES.map(locale => `../../ghost/i18n/locales/${locale}/signup-form.json`)
|
||||
}
|
||||
},
|
||||
test: {
|
||||
|
Loading…
Reference in New Issue
Block a user