We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c60ab commit c457fe9Copy full SHA for c457fe9
docs/content/2.usage/3.blob.md
@@ -52,7 +52,7 @@ export default eventHandler(async (event) => {
52
53
Returns the blob's raw data and sets `Content-Type` and `Content-Length` headers.
54
55
-::callout{icon="i-heroicons-information-circle"}
+::callout{icon="i-heroicons-information-circle" class="prose-code:bg-gray-50 dark:prose-code:bg-gray-800"}
56
If you are fetching an image with a server route similar to the one above, you might simply want to use it this way:
57
<br>
58
```vue
0 commit comments