Skip to content

Commit 255d991

Browse files
authored
docs: fix cloudflare usage example
1 parent dc1ed65 commit 255d991

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/content/5.providers/cloudflare.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ To use this provider you just need to specify the base url (zone) of your servic
1313
```ts [nuxt.config.ts]
1414
export default defineNuxtConfig({
1515
image: {
16-
baseURL: 'https://that-test.site'
16+
cloudflare: {
17+
baseURL: 'https://that-test.site'
18+
}
1719
}
1820
})
1921
```

0 commit comments

Comments
 (0)