Skip to content

Commit cb188ca

Browse files
committed
Fix images path
1 parent 69879fc commit cb188ca

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/pages/articles/ru/vibecoding.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import ArticleFigure from "@/ArticleFigure.astro";
3131
В итоге я в команде начал работать над автономными AI-тьюторами и создали сервис, который подключается к вашим онлайн-встречам, транскрибирует их и автоматически генерирует задания для повторения материала.
3232

3333
<ArticleFigure
34-
src="/public/images/Dashboard - AITom"
34+
src="/images/Dashboard - AITom"
3535
type="webp"
3636
fallbackType="jpeg"
3737
alt="Дашборд приложения AITom с возможностью добавить ссылку на онлайн-созвон для его последующей обработки"
@@ -60,7 +60,7 @@ import ArticleFigure from "@/ArticleFigure.astro";
6060
Сначала мы создали карточки кейсов, описали их и спроектировали схему для Supabase. Затем оформили страницу кейса и добавили чат. Все было бы проще если бы я не решил использовать совсем уж свежую технологию [Vercel AI Gateway](https://vercel.com/docs/ai-gateway). Она позволяет просто передать название LLM-модели и получить структурированный ответ. Так появился живой чат с "собеседником" по теме кейса.
6161

6262
<ArticleFigure
63-
src="/public/images/Transforming Technical Knowledge"
63+
src="/images/Transforming Technical Knowledge"
6464
type="webp"
6565
fallbackType="jpeg"
6666
alt="Интерфейс чата с ботом, который отыгрывает роль из созданного сценария"

src/pages/articles/vibecoding.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ I used to work on the [Hyperskill](https://hyperskill.org/) academy, a large pro
3131
As a result, I started working on autonomous AI tutors, me with the team created a service that connects to your online meetings, transcribes them, and automatically generates tasks for reviewing the material.
3232

3333
<ArticleFigure
34-
src="/public/images/Dashboard - AITom"
34+
src="/images/Dashboard - AITom"
3535
type="webp"
3636
fallbackType="jpeg"
3737
alt="AITom application dashboard with the ability to add a link to an online call for subsequent processing"
@@ -60,7 +60,7 @@ Once I settled on the idea, I described all my thoughts in a markdown file in th
6060
First, we created case cards, described them, and designed a schema for Supabase. Then we designed the case page and added chat functionality. Everything would have been simpler if I hadn't decided to use the very fresh [Vercel AI Gateway](https://vercel.com/docs/ai-gateway) technology. It allows you to simply pass an LLM model name and get a structured response. This is how a live chat with an "interviewer" for the case topic appeared.
6161

6262
<ArticleFigure
63-
src="/public/images/Transforming Technical Knowledge"
63+
src="/images/Transforming Technical Knowledge"
6464
type="webp"
6565
fallbackType="jpeg"
6666
alt="Chat interface with a bot playing a role from the created scenario"

0 commit comments

Comments
 (0)