/
superwizard
/
jjoy-site
Обзор
Документация
Войти
/
superwizard
/
jjoy-site
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
src/layouts/Layout.astro
22 строки
480 B
Denis Burlaka
Запрос на слияние 'migration-to-tailwin-4' (
#2
) из migration-to-tailwin-4 в develop
17 май 2026, 11:09
Верифицирован
17 май 2026, 11:09
f68e756
Код
Авторство
О чём код?
--- import BaseHead from '../components/BaseHead.astro'; import { YandexMetrika } from 'astro-yandex-metrika'; import '../styles/global.css' import { YANDEX_METRIKA_COUNTER_ID } from '../consts'; const { title, description } = Astro.props; --- <html lang="ru"> <head> <BaseHead title={title} description={description} /> </head> <body class="bg-light text-dark font-sans"> <slot /> <div> <YandexMetrika id={ YANDEX_METRIKA_COUNTER_ID }/> </div> </body> </html>