diff --git a/client/src/layouts/SplitLayout.vue b/client/src/layouts/SplitLayout.vue index e4119c67..723cbe11 100644 --- a/client/src/layouts/SplitLayout.vue +++ b/client/src/layouts/SplitLayout.vue @@ -21,13 +21,8 @@ const PortfolioIllustration = defineAsyncComponent(() => const RoomsIllustration = defineAsyncComponent(() => import(/* webpackChunkName: "illustrations" */ '@/components/illustrations/RoomsIllustration') ); -const HelloIllustration = defineAsyncComponent(() => - import(/* webpackChunkName: "illustrations" */ '@/components/illustrations/HelloIllustration') -); -const HelloMyKVIllustration = defineAsyncComponent(() => - import(/* webpackChunkName: "illustrations" */ '@/components/illustrations/HelloMyKVIllustration') -); -const Hello = flavorValues.appFlavor === 'my-kv' ? HelloMyKVIllustration : HelloIllustration; + +const Hello = flavorValues.helloIllustration; export default { components: {