/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/web/src/components/Hero.astro
11 строк
260 B
Dax Raad
sync
31 май 2025, 03:48
31 май 2025, 03:48
f3da735
Код
Авторство
О чём код?
--- import Default from '@astrojs/starlight/components/Hero.astro'; import Lander from './Lander.astro'; const { slug } = Astro.locals.starlightRoute.entry; --- { slug === "" ? <Lander {...Astro.props} /> : <Default {...Astro.props}><slot /></Default> }