Skip to content

Commit

Permalink
Update README with better deployment instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzal3x committed Oct 15, 2024
1 parent 3f9545d commit 29701e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion react-spa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ bun run build
## Deploy

```bash
chmod u+x deploy.sh && ./deploy.sh
bun run build && cp ws-resources.json /dist && site-builder publish /dist
```
5 changes: 5 additions & 0 deletions react-spa/ws-resources.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"routes": {
"/*": "/index.html"
}
}

0 comments on commit 29701e7

Please sign in to comment.