Skip to content

Commit

Permalink
docs: fix cloudflare usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
baffo authored Jan 23, 2023
1 parent dc1ed65 commit 255d991
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/content/5.providers/cloudflare.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ To use this provider you just need to specify the base url (zone) of your servic
```ts [nuxt.config.ts]
export default defineNuxtConfig({
image: {
baseURL: 'https://that-test.site'
cloudflare: {
baseURL: 'https://that-test.site'
}
}
})
```
Expand Down

0 comments on commit 255d991

Please sign in to comment.