We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87793f commit 3654b3eCopy full SHA for 3654b3e
1 file changed
docs/content/3.providers/bunny.md
@@ -15,7 +15,9 @@ To use this provider you just need to specify the base URL of your project.
15
```ts [nuxt.config.ts]
16
export default defineNuxtConfig({
17
image: {
18
- bunny: {}
+ bunny: {
19
+ baseURL: ''
20
+ }
21
}
22
})
23
```
0 commit comments