diff --git a/QWEN.md b/QWEN.md index 3aea08b..b7fa78b 100644 --- a/QWEN.md +++ b/QWEN.md @@ -50,7 +50,17 @@ 11. **Замена хоста при развертывании проекта** - Обязательно нужно изменить http://localhost:3000/ в шаблонах писем на реальный - +12. **Команды для коммита и пуша изменений в Forgejo** + ```bash + # Зафиксировать изменения + git add . + + # Создать коммит с описанием + git commit -m "Test: checking automatic deploy" + + # Отправить код в Forgejo + git push origin main + ``` ## Qwen Added Memories - URL документации Astro: https://docs.astro.build/en/getting-started/ diff --git a/frontend/src/components/layout/header/Header.astro b/frontend/src/components/layout/header/Header.astro index 28b56ce..5a2e92f 100644 --- a/frontend/src/components/layout/header/Header.astro +++ b/frontend/src/components/layout/header/Header.astro @@ -24,7 +24,7 @@ const navLinks = cleanPath !== "/" ? [{ text: "Главная", href: "/" }, ... local_shipping
-

HIMTRANS

+

HIMTRANSS

Service