Skip to content

Commit 1c60dca

Browse files
authored
Fix blogpost preview (#137)
* add thumbnail * fix image link * fix video link
1 parent 0a8c6ca commit 1c60dca

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

_posts/2025-08-01-slang-ai-assistant.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2025-08-01
55
categories: [ "blog" ]
66
tags: [slang]
77
author: "Mukund Keshava, NVIDIA"
8-
image: /images/posts/2025-08-01-slang-ai-assistant.webm
8+
image: /images/posts/2025-08-01-slang-ai-assistant.webp
99
human_date: "August 1, 2025"
1010
---
1111

@@ -32,7 +32,10 @@ This demonstrates how users can access high-quality documentation concerning gen
3232
3. The LLM then goes ahead and provides implementation as well on how this can be done.
3333
4. Note: Given the current state of LLMs, output may not be 100% accurate, compilable code, so you will need to review it closely.
3434

35-
<img src="/images/posts/2025-08-01-slang-ai-assistant.webm" alt="AI coding assistant" class="img-fluid" style="max-width: 100%; width: 800px; height: auto;">
35+
<video width="480" controls>
36+
<source src="/images/posts/2025-08-01-slang-ai-assistant.webm" type="video/webm">
37+
Your browser does not support the video tag.
38+
</video>
3639

3740
We encourage you to try out this integration and experience firsthand how it can streamline your development workflow,
3841
and we welcome your feedback to help us further improve this valuable tool. Kindly start discussion on our Slang Discord or file issues on our GitHub if you have suggestions.
14 KB
Loading

0 commit comments

Comments
 (0)