-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKet.txt
29 lines (22 loc) · 896 Bytes
/
Ket.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
💯 LINK vercel
https://project-galley.vercel.app/
🎯Update Perubahan Pada Github
- git add . atau kalau mau satu file aja git add src/components/app/main-content/Card.jsx
- git commit -m "Deskripsi perubahan Anda"
- git push origin main
Lalu
Buka repositori Anda di GitHub.
Klik tab "Pull Requests" di atas.
Klik tombol "New Pull Request". (ini berlaku jika kita push bukan di main, tapi di branch lain, otomatis harus pull& request untuk samain dengan main. Tapi klo di main pull&request dengan apa??)
💎 MEMPERBAIKI 404: NOT FOUND DI VERCEL
- Saya buat file baru di root, yaitu vercel.sjon
- Lalu tambah code ini :
{
"rewrites": [
{ "source": "/(.*)", "destination": "/" },
{ "source": "/tryvite", "destination": "/TryVite.jsx" }
]
}
- Samakan root-nya
{ "source": "/tryvite", "destination": "/TryVite.jsx" }
=> TryVite.jsx => ini samakan aja denga layout