fix: use loadedConfig
This commit is contained in:
parent
063bc0567b
commit
dba6b6ef84
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export function useMcFlyRoute({ storage }) {
|
||||||
name: 'mcfly',
|
name: 'mcfly',
|
||||||
configFile: 'mcfly.config',
|
configFile: 'mcfly.config',
|
||||||
})
|
})
|
||||||
const config = loadConfig.config ?? {
|
const config = loadedConfig.config ?? {
|
||||||
components: 'js',
|
components: 'js',
|
||||||
}
|
}
|
||||||
const { components: componentType } = config
|
const { components: componentType } = config
|
||||||
|
|
Loading…
Reference in a new issue