change: loading performance

This commit is contained in:
Julian Krauser 2025-05-10 17:37:58 +02:00
parent 7c8be0ccb9
commit 716b5535ae
14 changed files with 129 additions and 98 deletions

View file

@ -29,7 +29,6 @@
</template>
<script setup lang="ts">
const title = await calculateTitle();
const { footer } = await provideGlobal();
const { links, maintained_by, copyright } = footer ?? {};
const { footer, title } = useGlobal();
const { links, maintained_by, copyright } = footer.value ?? {};
</script>