feat: add an all page with cards to link to it
This commit is contained in:
@@ -3,6 +3,7 @@ import { readSingleton } from '@directus/sdk';
|
||||
|
||||
import HeroSection from '@components/sections/HeroSection.astro';
|
||||
import CategorySection from '@components/sections/CategorySection.astro';
|
||||
import AllCategoriesSection from '@components/sections/AllCategoriesSection.astro';
|
||||
import BaseLayout from '@layouts/BaseLayout.astro';
|
||||
import directus from '@lib/directus';
|
||||
|
||||
@@ -40,6 +41,8 @@ const global = await directus.request(readSingleton('site_global'));
|
||||
|
||||
<CategorySection />
|
||||
|
||||
<AllCategoriesSection />
|
||||
|
||||
</BaseLayout>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user