Test: checking automatic deploy

This commit is contained in:
Web-serfer 2026-03-26 07:20:41 +05:00
parent 9fab571c8f
commit 62aa9c7011
2 changed files with 12 additions and 2 deletions

10
QWEN.md
View file

@ -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/

View file

@ -24,7 +24,7 @@ const navLinks = cleanPath !== "/" ? [{ text: "Главная", href: "/" }, ...
<span class="material-symbols-outlined text-primary text-2xl">local_shipping</span>
</div>
<div class="flex flex-col">
<h2 class="text-white text-xl font-bold font-display leading-none tracking-tight uppercase">HIMTRANS</h2>
<h2 class="text-white text-xl font-bold font-display leading-none tracking-tight uppercase">HIMTRANSS</h2>
<span class="text-[10px] text-text-secondary font-display tracking-widest uppercase font-semibold">Service</span>
</div>
</a>