feat: update environment variables and API endpoints for improved configuration

This commit is contained in:
2025-12-17 10:43:44 +01:00
parent 58447fd8cc
commit dc69b8344a
9 changed files with 26 additions and 13 deletions

View File

@@ -16,9 +16,9 @@ const { data: page } = await useAsyncData(`/home/${locale.value}`, () => {
<template>
<main class="max-w-none! prose dark:prose-invert">
<ContentRenderer v-if="page" :value="page" class="mt-8 md:mt-16" />
<!-- <HomeStats />
<HomeActivity />
<HomeStats />
<HomeActivity />
<HomeQuote />
<HomeCatchPhrase /> -->
<HomeCatchPhrase />
</main>
</template>