Test: checking automatic deploy
This commit is contained in:
parent
9fab571c8f
commit
62aa9c7011
2 changed files with 12 additions and 2 deletions
12
QWEN.md
12
QWEN.md
|
|
@ -50,7 +50,17 @@
|
||||||
11. **Замена хоста при развертывании проекта**
|
11. **Замена хоста при развертывании проекта**
|
||||||
- Обязательно нужно изменить http://localhost:3000/ в шаблонах писем на реальный
|
- Обязательно нужно изменить http://localhost:3000/ в шаблонах писем на реальный
|
||||||
|
|
||||||
|
12. **Команды для коммита и пуша изменений в Forgejo**
|
||||||
|
```bash
|
||||||
|
# Зафиксировать изменения
|
||||||
|
git add .
|
||||||
|
|
||||||
|
# Создать коммит с описанием
|
||||||
|
git commit -m "Test: checking automatic deploy"
|
||||||
|
|
||||||
|
# Отправить код в Forgejo
|
||||||
|
git push origin main
|
||||||
|
```
|
||||||
|
|
||||||
## Qwen Added Memories
|
## Qwen Added Memories
|
||||||
- URL документации Astro: https://docs.astro.build/en/getting-started/
|
- URL документации Astro: https://docs.astro.build/en/getting-started/
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ const navLinks = cleanPath !== "/" ? [{ text: "Главная", href: "/" }, ...
|
||||||
<span class="material-symbols-outlined text-primary text-2xl">local_shipping</span>
|
<span class="material-symbols-outlined text-primary text-2xl">local_shipping</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col">
|
<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>
|
<span class="text-[10px] text-text-secondary font-display tracking-widest uppercase font-semibold">Service</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue