make colelctions optional in react component

This commit is contained in:
Zotov Ivan Yuryevich
2026-04-20 23:26:56 +03:00
parent 17bcf316da
commit 08f1e352a6
9 changed files with 211 additions and 11 deletions

View File

@@ -1,4 +1,6 @@
---
export const prerender = true
import Layout from '../layouts/Layout.astro'
import '../styles/globals.css'
import { Header } from '../sections/Header'