Skip to content

Commit c457fe9

Browse files
committed
docs: fix blob callout
1 parent 68c60ab commit c457fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/2.usage/3.blob.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default eventHandler(async (event) => {
5252

5353
Returns the blob's raw data and sets `Content-Type` and `Content-Length` headers.
5454

55-
::callout{icon="i-heroicons-information-circle"}
55+
::callout{icon="i-heroicons-information-circle" class="prose-code:bg-gray-50 dark:prose-code:bg-gray-800"}
5656
If you are fetching an image with a server route similar to the one above, you might simply want to use it this way:
5757
<br>
5858
```vue

0 commit comments

Comments
 (0)