mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05: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
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue