Skip to content

Commit

Permalink
README: Add note about http.server
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb authored Aug 29, 2024
1 parent ea1a12f commit 4b37512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Start the development server:
yarn serve
```

Or, build and view the site in production mode:
Or, build and view the site in production mode (http.server is not suitable for actual production):

```
yarn build
Expand Down

0 comments on commit 4b37512

Please sign in to comment.