Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ This section provides AI-specific instructions for deploying websites using PinM
- For React: use `HashRouter` instead of `BrowserRouter`
- For Vue: use `createHashHistory()` instead of `createWebHistory()`

5. **Execute Deployment Command**
4. **Execute Deployment Command**
```bash
pinme upload <folder_path>
```

6. **Return Result**
5. **Return Result**
- Only return final preview page URL: `https://pinme.eth.limo/#/preview/*`
- Do not output additional logs or intermediate steps

Expand Down