Use shared Astro UI components across preview pages (#2724)

This commit is contained in:
Paweł Kuna
2026-07-30 13:53:33 +02:00
committed by GitHub
parent bc24b3ada8
commit 4ea449df1b
390 changed files with 3190 additions and 3127 deletions
@@ -1,5 +1,4 @@
---
// Port of preview/pages/layout-vertical-right.html (layout: homepage)
import DefaultLayout from '@shared/layouts/DefaultLayout.astro';
import HomepageContent from '@shared/components/HomepageContent.astro';
---