Merge branch 'hotfix/wrong-illustrations' into develop

This commit is contained in:
Ramon Wenger 2023-03-28 17:18:05 +02:00
commit 6f8f23c204
1 changed files with 2 additions and 7 deletions

View File

@ -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: {