mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-31 14:29:28 +01:00
feat: update environment variables and API endpoints for improved configuration
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user