Skip to content

Commit

Permalink
Add base path to localhost dev URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
eecavanna committed Nov 5, 2023
1 parent ac91340 commit 76651d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The favicon (`public/favicon.ico`) was generated by [favicon.io](https://favicon
```shell
npm run dev
```
3. Visit: http://localhost:5173
3. Visit: http://localhost:5173/monocle/

### Testing

Expand Down Expand Up @@ -107,7 +107,7 @@ The file, `patches/mdx-mermaid+2.0.0.patch`, was generated by performing the fol
npm run build
npm run preview
```
> Then visit: http://localhost:4173
> Then visit: http://localhost:4173/monocle/
3. Generate and deploy a production build
```shell
npm run deploy
Expand Down

0 comments on commit 76651d5

Please sign in to comment.