Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Oct 4, 2024
1 parent c893a21 commit 5544f32
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/content/1.docs/1.getting-started/3.deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,7 @@ That's it! NuxtHub will automatically configure the necessary resources and envi

You can deploy your project on your own Cloudflare account without using the NuxtHub Admin.

For that, you need to create the necessary resources in your Cloudflare account and configure your project to use them:

- One [D1 database](https://dash.cloudflare.com/?to=/:account/workers/d1)
- Two [KV namespaces](https://dash.cloudflare.com/?to=/:account/workers/kv/namespaces) (one for `hubKV()` and one for [server caching](/docs/features/cache))
- One [R2 bucket](https://dash.cloudflare.com/?to=/:account/r2/new)
For that, you need to create the necessary resources in your Cloudflare account and configure your project to use them ([D1](https://dash.cloudflare.com/?to=/:account/workers/d1), [KV](https://dash.cloudflare.com/?to=/:account/workers/kv/namespaces), [R2](https://dash.cloudflare.com/?to=/:account/r2/new), etc.).

::note
You only need to create these resources if you have explicitly enabled them in the Hub Config.
Expand Down

0 comments on commit 5544f32

Please sign in to comment.