Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
docs: closes #520
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Oct 5, 2024
1 parent bb6d40b commit c07c381
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/src/content/docs/docs/custom-domains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ If your domains are hosted on [Cloudflare](https://developers.cloudflare.com/dns
```bash
export CLOUDFLARE_API_TOKEN=aaaaaaaa_aaaaaaaaaaaa_aaaaaaaa
export CLOUDFLARE_DEFAULT_ACCOUNT_ID=aaaaaaaa_aaaaaaaaaaaa_aaaaaaaa
```
3. Use the [`sst.cloudflare.dns`](/docs/component/cloudflare/dns/) adapter.
Expand Down
1 change: 1 addition & 0 deletions www/src/content/docs/docs/start/cloudflare/hono.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ You can save your Cloudflare API token in a `.env` file or just set it directly.

```bash
export CLOUDFLARE_API_TOKEN=aaaaaaaa_aaaaaaaaaaaa_aaaaaaaa
export CLOUDFLARE_DEFAULT_ACCOUNT_ID=aaaaaaaa_aaaaaaaaaaaa_aaaaaaaa
```

---
Expand Down
1 change: 1 addition & 0 deletions www/src/content/docs/docs/start/cloudflare/trpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ You can save your Cloudflare API token in a `.env` file or just set it directly.

```bash
export CLOUDFLARE_API_TOKEN=aaaaaaaa_aaaaaaaaaaaa_aaaaaaaa
export CLOUDFLARE_DEFAULT_ACCOUNT_ID=aaaaaaaa_aaaaaaaaaaaa_aaaaaaaa
```

---
Expand Down
1 change: 1 addition & 0 deletions www/src/content/docs/docs/start/cloudflare/worker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ You can save your Cloudflare API token in a `.env` file or just set it directly.

```bash
export CLOUDFLARE_API_TOKEN=aaaaaaaa_aaaaaaaaaaaa_aaaaaaaa
export CLOUDFLARE_DEFAULT_ACCOUNT_ID=aaaaaaaa_aaaaaaaaaaaa_aaaaaaaa
```

---
Expand Down

0 comments on commit c07c381

Please sign in to comment.