Skip to content

Commit de0135f

Browse files
committed
docs(deploy): add public/README for founder photo upload
User copies prabhat.jpg -> dashboard/public/founder.jpg before deploy so the founder section photo serves correctly.
1 parent 60d003f commit de0135f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

dashboard/public/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# dashboard/public/
2+
3+
Place founder photo here as `founder.jpg` (any size, ~600×800 portrait works).
4+
If prabhat.jpg is missing, the marketing site shows a `founder.jpg` link that will 404.
5+
6+
To use your photo:
7+
```bash
8+
cp /path/to/prabhat.jpg /Users/prabhatranjan/Business/crewcircle/localmate/dashboard/public/founder.jpg
9+
```
10+
11+
Then redeploy:
12+
```bash
13+
cd /Users/prabhatranjan/Business/crewcircle/localmate/dashboard
14+
vercel deploy --prebuilt --prod --yes
15+
```

0 commit comments

Comments
 (0)