Skip to content

Commit 3654b3e

Browse files
committed
docs: add baseURL to bunny example
1 parent f87793f commit 3654b3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/content/3.providers/bunny.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ To use this provider you just need to specify the base URL of your project.
1515
```ts [nuxt.config.ts]
1616
export default defineNuxtConfig({
1717
image: {
18-
bunny: {}
18+
bunny: {
19+
baseURL: ''
20+
}
1921
}
2022
})
2123
```

0 commit comments

Comments
 (0)