Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
seadfeng committed Aug 5, 2024
1 parent dfb08d0 commit c557cb1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,18 @@
npm i -g wrangler
```

2. Configure your root domain
2. Configure your root domain - **Important!**

Free domain name application:

- https://secure.nom.za/
- https://nic.eu.org/
- https://nic.ua

```js
// index.js
const currentDomain = "your_domain";
// replace to your domain
const currentDomain = "example.com";
```

3. deploy to workers
Expand Down

0 comments on commit c557cb1

Please sign in to comment.