reworked slider + added coaches page

This commit is contained in:
Salam-vsem
2025-05-15 00:59:22 +03:00
parent 1b8cb5dae9
commit 2c1ebe5dae
32 changed files with 389 additions and 201 deletions

View File

@@ -7,6 +7,7 @@ import react from '@astrojs/react'
// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), react()],
prefetch: true,
i18n: {
locales: ['ru', 'en'],
defaultLocale: 'ru',